[Docs] Remove deprecated APIs in docs
authorDongju Chae <dongju.chae@samsung.com>
Wed, 28 Jul 2021 08:06:44 +0000 (17:06 +0900)
committer채동주/On-Device Lab(SR)/Staff Engineer/삼성전자 <dongju.chae@samsung.com>
Wed, 28 Jul 2021 08:35:22 +0000 (17:35 +0900)
This patch removes deprecated APIs in docs.

Signed-off-by: Dongju Chae <dongju.chae@samsung.com>
docs/markdown/FastModels.md
docs/markdown/Ubuntu.md

index 2ec3892..0929bd8 100644 (file)
@@ -254,8 +254,8 @@ Thus, what you need to do is just to include these headers and use the defined A
 ```
 getNPUdeviceByType(): Get a device instance with the given type.
 registerNPUmodel():   Register the model data to NPU Engine.
-runNPU_sync():        Execute inference with the registered model in sync mode.
-runNPU_async():       Execute inference with the registered model in async mode with an output callback.
+createNPU_request():  Create a request for NPU inference.
+submitNPU_request():  Submit the request configured.
 getNPU_profile():     Get the profile data of previous executions.
 ```
 
index 9038252..34556e7 100644 (file)
@@ -75,8 +75,8 @@ Thus, what you need to do is just to include these headers and use the defined A
 ```
 getNPUdeviceByType(): Get a device instance with the given type.
 registerNPUmodel():   Register the model data to NPU Engine.
-runNPU_sync():        Execute inference with the registered model in sync mode.
-runNPU_async():       Execute inference with the registered model in async mode with an output callback.
+createNPU_request():  Create a request for NPU inference.
+submitNPU_request():  Submit the request configured.
 getNPU_profile():     Get the profile data of previous executions.
 ```