/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/nnrt/ |
H A D | nnrt_implementation.h | 62 OH_NNExecutor* (*OH_NNExecutor_Construct)(OH_NNCompilation* compilation); 63 OH_NN_ReturnCode (*OH_NNExecutor_SetInput)(OH_NNExecutor* executor, uint32_t inputIndex, 65 …OH_NN_ReturnCode (*OH_NNExecutor_SetOutput)(const OH_NNExecutor* executor, uint32_t outputIndex, v… 67 …OH_NN_ReturnCode (*OH_NNExecutor_GetOutputShape)(const OH_NNExecutor* executor, uint32_t outputInd… 69 OH_NN_ReturnCode (*OH_NNExecutor_Run)(OH_NNExecutor* executor); 70 …OH_NN_Memory* (*OH_NNExecutor_AllocateInputMemory)(OH_NNExecutor* executor, uint32_t inputIndex, s… 72 …void (*OH_NNExecutor_DestroyOutputMemory)(OH_NNExecutor* executor, uint32_t outputIndex, OH_NN_Mem… 73 …void (*OH_NNExecutor_DestroyInputMemory)(OH_NNExecutor* executor, uint32_t inputIndex, OH_NN_Memor… 74 … OH_NN_ReturnCode (*OH_NNExecutor_SetInputWithMemory)(OH_NNExecutor* executor, uint32_t inputIndex, 76 …OH_NN_ReturnCode (*OH_NNExecutor_SetOutputWithMemory)(OH_NNExecutor* executor, uint32_t outputInde… [all …]
|
/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/ |
H A D | neural_network_core.h | 811 OH_NNExecutor *OH_NNExecutor_Construct(OH_NNCompilation *compilation); 844 OH_NN_ReturnCode OH_NNExecutor_GetOutputShape(OH_NNExecutor *executor, 862 void OH_NNExecutor_Destroy(OH_NNExecutor **executor); 878 OH_NN_ReturnCode OH_NNExecutor_GetInputCount(const OH_NNExecutor *executor, size_t *inputCount); 894 OH_NN_ReturnCode OH_NNExecutor_GetOutputCount(const OH_NNExecutor *executor, size_t *outputCount); 909 NN_TensorDesc *OH_NNExecutor_CreateInputTensorDesc(const OH_NNExecutor *executor, size_t index); 924 NN_TensorDesc *OH_NNExecutor_CreateOutputTensorDesc(const OH_NNExecutor *executor, size_t index); 956 OH_NN_ReturnCode OH_NNExecutor_GetInputDimRange(const OH_NNExecutor *executor, 975 OH_NN_ReturnCode OH_NNExecutor_SetOnRunDone(OH_NNExecutor *executor, NN_OnRunDone onRunDone); 1016 OH_NN_ReturnCode OH_NNExecutor_RunSync(OH_NNExecutor *executor, [all …]
|
H A D | neural_network_runtime.h | 423 OH_NN_ReturnCode OH_NNExecutor_SetInput(OH_NNExecutor *executor, 460 OH_NN_ReturnCode OH_NNExecutor_SetOutput(OH_NNExecutor *executor, 479 OH_NN_ReturnCode OH_NNExecutor_Run(OH_NNExecutor *executor); 502 OH_NN_Memory *OH_NNExecutor_AllocateInputMemory(OH_NNExecutor *executor, uint32_t inputIndex, size_… 525 OH_NN_Memory *OH_NNExecutor_AllocateOutputMemory(OH_NNExecutor *executor, uint32_t outputIndex, siz… 550 void OH_NNExecutor_DestroyInputMemory(OH_NNExecutor *executor, uint32_t inputIndex, OH_NN_Memory **… 575 void OH_NNExecutor_DestroyOutputMemory(OH_NNExecutor *executor, uint32_t outputIndex, OH_NN_Memory … 603 OH_NN_ReturnCode OH_NNExecutor_SetInputWithMemory(OH_NNExecutor *executor, 634 OH_NN_ReturnCode OH_NNExecutor_SetOutputWithMemory(OH_NNExecutor *executor,
|
H A D | neural_network_runtime_type.h | 76 typedef struct OH_NNExecutor OH_NNExecutor; typedef
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | neural_network_runtime_compat.cpp | 45 NNRT_API OH_NN_ReturnCode OH_NNExecutor_SetInput(OH_NNExecutor *executor, in OH_NNExecutor_SetInput() 69 NNRT_API OH_NN_ReturnCode OH_NNExecutor_SetOutput(OH_NNExecutor *executor, in OH_NNExecutor_SetOutput() 89 NNRT_API OH_NN_ReturnCode OH_NNExecutor_Run(OH_NNExecutor *executor) in OH_NNExecutor_Run() 100 NNRT_API OH_NN_Memory *OH_NNExecutor_AllocateInputMemory(OH_NNExecutor *executor, uint32_t inputInd… in OH_NNExecutor_AllocateInputMemory() 122 NNRT_API OH_NN_Memory *OH_NNExecutor_AllocateOutputMemory(OH_NNExecutor *executor, uint32_t outputI… in OH_NNExecutor_AllocateOutputMemory() 144 NNRT_API void OH_NNExecutor_DestroyInputMemory(OH_NNExecutor *executor, uint32_t inputIndex, OH_NN_… in OH_NNExecutor_DestroyInputMemory() 169 NNRT_API void OH_NNExecutor_DestroyOutputMemory(OH_NNExecutor *executor, uint32_t outputIndex, OH_N… in OH_NNExecutor_DestroyOutputMemory() 194 NNRT_API OH_NN_ReturnCode OH_NNExecutor_SetInputWithMemory(OH_NNExecutor *executor, in OH_NNExecutor_SetInputWithMemory() 214 NNRT_API OH_NN_ReturnCode OH_NNExecutor_SetOutputWithMemory(OH_NNExecutor *executor, in OH_NNExecutor_SetOutputWithMemory()
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_runtime_test/ |
H A D | neural_network_runtime_test.cpp | 1297 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(executor); 1329 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(executor); 1359 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(executor); 1389 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(executor); 1497 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(executor); 1524 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(executor); 1550 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(executor); 1711 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(executor); 1816 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(executor); 1863 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(executor); [all …]
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | neural__network__runtime_8h.md | 44 …ecutor_SetInput](_neural_network_runtime.md#oh_nnexecutor_setinput) ([OH_NNExecutor](_neural_netwo… 45 …utor_SetOutput](_neural_network_runtime.md#oh_nnexecutor_setoutput) ([OH_NNExecutor](_neural_netwo… 46 …e)[OH_NNExecutor_Run](_neural_network_runtime.md#oh_nnexecutor_run) ([OH_NNExecutor](_neural_netwo… 47 …mory](_neural_network_runtime.md#oh_nnexecutor_allocateinputmemory) ([OH_NNExecutor](_neural_netwo… 48 …ory](_neural_network_runtime.md#oh_nnexecutor_allocateoutputmemory) ([OH_NNExecutor](_neural_netwo… 49 …emory](_neural_network_runtime.md#oh_nnexecutor_destroyinputmemory) ([OH_NNExecutor](_neural_netwo… 50 …mory](_neural_network_runtime.md#oh_nnexecutor_destroyoutputmemory) ([OH_NNExecutor](_neural_netwo… 51 …emory](_neural_network_runtime.md#oh_nnexecutor_setinputwithmemory) ([OH_NNExecutor](_neural_netwo… 52 …mory](_neural_network_runtime.md#oh_nnexecutor_setoutputwithmemory) ([OH_NNExecutor](_neural_netwo…
|
H A D | neural__network__core_8h.md | 63 …OH_NNExecutor](_neural_network_runtime.md#oh_nnexecutor) \* [OH_NNExecutor_Construct](_neural_netw… 64 …tputShape](_neural_network_runtime.md#oh_nnexecutor_getoutputshape) ([OH_NNExecutor](_neural_netwo… 65 | void [OH_NNExecutor_Destroy](_neural_network_runtime.md#oh_nnexecutor_destroy) ([OH_NNExecutor](_… 66 …ount](_neural_network_runtime.md#oh_nnexecutor_getinputcount) (const [OH_NNExecutor](_neural_netwo… 67 …unt](_neural_network_runtime.md#oh_nnexecutor_getoutputcount) (const [OH_NNExecutor](_neural_netwo… 68 …eural_network_runtime.md#oh_nnexecutor_createinputtensordesc) (const [OH_NNExecutor](_neural_netwo… 69 …ural_network_runtime.md#oh_nnexecutor_createoutputtensordesc) (const [OH_NNExecutor](_neural_netwo… 70 …e](_neural_network_runtime.md#oh_nnexecutor_getinputdimrange) (const [OH_NNExecutor](_neural_netwo… 71 …etOnRunDone](_neural_network_runtime.md#oh_nnexecutor_setonrundone) ([OH_NNExecutor](_neural_netwo… 72 …iceDied](_neural_network_runtime.md#oh_nnexecutor_setonservicedied) ([OH_NNExecutor](_neural_netwo… [all …]
|
H A D | _neural_network_runtime.md | 39 | typedef struct [OH_NNExecutor](#oh_nnexecutor) [OH_NNExecutor](#oh_nnexecutor) | 执行器句柄。 | 445 ### OH_NNExecutor subsection 448 typedef struct OH_NNExecutor OH_NNExecutor 1459 | executor | 指向[OH_NNExecutor](#oh_nnexecutor)实例的指针。 | 1486 | executor | 指向[OH_NNExecutor](#oh_nnexecutor)实例的指针。 | 1503 创建[OH_NNExecutor](#oh_nnexecutor)执行器实例。 1519 指向[OH_NNExecutor](#oh_nnexecutor)实例的指针,如果创建失败就返回NULL。 1540 | executor | 指向[OH_NNExecutor](#oh_nnexecutor)实例的指针。 | 1566 | executor | 指向[OH_NNExecutor](#oh_nnexecutor)实例的指针。 | 1577 void OH_NNExecutor_Destroy (OH_NNExecutor **executor) [all …]
|
H A D | _neural_nework_runtime.md | 39 | typedef struct [OH_NNExecutor](#oh_nnexecutor) [OH_NNExecutor](#oh_nnexecutor) | 执行器句柄。 | 445 ### OH_NNExecutor subsection 448 typedef struct OH_NNExecutor OH_NNExecutor 1459 | executor | 指向[OH_NNExecutor](#oh_nnexecutor)实例的指针。 | 1486 | executor | 指向[OH_NNExecutor](#oh_nnexecutor)实例的指针。 | 1503 创建[OH_NNExecutor](#oh_nnexecutor)执行器实例。 1519 指向[OH_NNExecutor](#oh_nnexecutor)实例的指针,如果创建失败就返回NULL。 1540 | executor | 指向[OH_NNExecutor](#oh_nnexecutor)实例的指针。 | 1566 | executor | 指向[OH_NNExecutor](#oh_nnexecutor)实例的指针。 | 1577 void OH_NNExecutor_Destroy (OH_NNExecutor **executor) [all …]
|
H A D | neural__network__runtime__type_8h.md | 38 | typedef struct [OH_NNExecutor](_neural_network_runtime.md#oh_nnexecutor) [OH_NNExecutor](_neural…
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/neural_network_runtime_test/ |
H A D | neural_network_runtime_test.cpp | 1084 OH_NNExecutor* executor = OH_NNExecutor_Construct(nnCompilation); 1416 OH_NNExecutor* nnExecutor = nullptr; 1447 OH_NNExecutor* nnExecutor = nullptr; 1525 OH_NNExecutor* nnExecutor = nullptr; 1606 OH_NNExecutor* nnExecutor = nullptr; 1711 OH_NNExecutor* nnExecutor = nullptr; 1815 OH_NNExecutor* nnExecutor = nullptr; 1909 OH_NNExecutor* nnExecutor = nullptr; 1967 OH_NNExecutor** pExecutor = nullptr; 1979 OH_NNExecutor* nnExecutor = nullptr; [all …]
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/ |
H A D | neural_network_core_test.cpp | 1756 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(&executor); 1794 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(&executor); 1830 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(&executor); 1899 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(&executor); 1927 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(&executor); 1963 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(&executor); 1998 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(&executor); 2036 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(&executor); 2061 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(&executor); 2086 OH_NNExecutor* nnExecutor = reinterpret_cast<OH_NNExecutor*>(&executor); [all …]
|
/ohos5.0/foundation/ai/neural_network_runtime/ |
H A D | neural-network-runtime-guidelines.md | 55 | typedef struct OH_NNExecutor OH_NNExecutor | Neural Network Runtime的执行器句柄,用于在指定设备上执行推理计算。 | 127 | OH_NNExecutor *OH_NNExecutor_Construct(OH_NNCompilation *compilation) | 创建OH_NNExecutor类型的执行器实例。 | 129 | OH_NN_ReturnCode OH_NNExecutor_GetInputCount(const OH_NNExecutor *executor, size_t *inputCount) |… 130 | OH_NN_ReturnCode OH_NNExecutor_GetOutputCount(const OH_NNExecutor *executor, size_t *outputCount)… 131 | NN_TensorDesc* OH_NNExecutor_CreateInputTensorDesc(const OH_NNExecutor *executor, size_t index) |… 134 | OH_NN_ReturnCode OH_NNExecutor_SetOnRunDone(OH_NNExecutor *executor, NN_OnRunDone onRunDone) | 设置… 138 | void OH_NNExecutor_Destroy(OH_NNExecutor **executor) | 销毁执行器实例。 | 468 OH_NNExecutor* CreateExecutor(OH_NNCompilation* compilation) 471 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); 481 OH_NN_ReturnCode Run(OH_NNExecutor* executor, const std::vector<size_t>& availableDevice) [all …]
|
/ohos5.0/docs/zh-cn/application-dev/ai/nnrt/ |
H A D | neural-network-runtime-guidelines.md | 55 | typedef struct OH_NNExecutor OH_NNExecutor | Neural Network Runtime的执行器句柄,用于在指定设备上执行推理计算。 | 127 | OH_NNExecutor *OH_NNExecutor_Construct(OH_NNCompilation *compilation) | 创建OH_NNExecutor类型的执行器实例。 | 129 | OH_NN_ReturnCode OH_NNExecutor_GetInputCount(const OH_NNExecutor *executor, size_t *inputCount) |… 130 | OH_NN_ReturnCode OH_NNExecutor_GetOutputCount(const OH_NNExecutor *executor, size_t *outputCount)… 131 | NN_TensorDesc* OH_NNExecutor_CreateInputTensorDesc(const OH_NNExecutor *executor, size_t index) |… 134 | OH_NN_ReturnCode OH_NNExecutor_SetOnRunDone(OH_NNExecutor *executor, NN_OnRunDone onRunDone) | 设置… 138 | void OH_NNExecutor_Destroy(OH_NNExecutor **executor) | 销毁执行器实例。 | 459 OH_NNExecutor* CreateExecutor(OH_NNCompilation* compilation) 462 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); 472 OH_NN_ReturnCode Run(OH_NNExecutor* executor, const std::vector<size_t>& availableDevice) [all …]
|
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/ |
H A D | neural__network__runtime_8h.md | 44 …ecutor_SetInput](_neural_network_runtime.md#oh_nnexecutor_setinput) ([OH_NNExecutor](_neural_netwo… 45 …utor_SetOutput](_neural_network_runtime.md#oh_nnexecutor_setoutput) ([OH_NNExecutor](_neural_netwo… 46 …e)[OH_NNExecutor_Run](_neural_network_runtime.md#oh_nnexecutor_run) ([OH_NNExecutor](_neural_netwo… 47 …mory](_neural_network_runtime.md#oh_nnexecutor_allocateinputmemory) ([OH_NNExecutor](_neural_netwo… 48 …ory](_neural_network_runtime.md#oh_nnexecutor_allocateoutputmemory) ([OH_NNExecutor](_neural_netwo… 49 …emory](_neural_network_runtime.md#oh_nnexecutor_destroyinputmemory) ([OH_NNExecutor](_neural_netwo… 50 …mory](_neural_network_runtime.md#oh_nnexecutor_destroyoutputmemory) ([OH_NNExecutor](_neural_netwo… 51 …emory](_neural_network_runtime.md#oh_nnexecutor_setinputwithmemory) ([OH_NNExecutor](_neural_netwo… 52 …mory](_neural_network_runtime.md#oh_nnexecutor_setoutputwithmemory) ([OH_NNExecutor](_neural_netwo…
|
H A D | neural__network__core_8h.md | 63 …OH_NNExecutor](_neural_network_runtime.md#oh_nnexecutor) \* [OH_NNExecutor_Construct](_neural_netw… 64 …tputShape](_neural_network_runtime.md#oh_nnexecutor_getoutputshape) ([OH_NNExecutor](_neural_netwo… 65 | void [OH_NNExecutor_Destroy](_neural_network_runtime.md#oh_nnexecutor_destroy) ([OH_NNExecutor](_… 66 …ount](_neural_network_runtime.md#oh_nnexecutor_getinputcount) (const [OH_NNExecutor](_neural_netwo… 67 …unt](_neural_network_runtime.md#oh_nnexecutor_getoutputcount) (const [OH_NNExecutor](_neural_netwo… 68 …eural_network_runtime.md#oh_nnexecutor_createinputtensordesc) (const [OH_NNExecutor](_neural_netwo… 69 …ural_network_runtime.md#oh_nnexecutor_createoutputtensordesc) (const [OH_NNExecutor](_neural_netwo… 70 …e](_neural_network_runtime.md#oh_nnexecutor_getinputdimrange) (const [OH_NNExecutor](_neural_netwo… 71 …etOnRunDone](_neural_network_runtime.md#oh_nnexecutor_setonrundone) ([OH_NNExecutor](_neural_netwo… 72 …iceDied](_neural_network_runtime.md#oh_nnexecutor_setonservicedied) ([OH_NNExecutor](_neural_netwo… [all …]
|
H A D | _neural_network_runtime.md | 39 | typedef struct [OH_NNExecutor](#oh_nnexecutor) [OH_NNExecutor](#oh_nnexecutor) | Executor handle… 445 ### OH_NNExecutor subsection 448 typedef struct OH_NNExecutor OH_NNExecutor 1459 | executor | Pointer to the [OH_NNExecutor](#oh_nnexecutor) instance.| 1486 | executor | Pointer to the [OH_NNExecutor](#oh_nnexecutor) instance.| 1498 OH_NNExecutor *OH_NNExecutor_Construct (OH_NNCompilation *compilation) 1503 Creates an [OH_NNExecutor](#oh_nnexecutor) instance. 1540 | executor | Pointer to the [OH_NNExecutor](#oh_nnexecutor) instance.| 1566 | executor | Pointer to the [OH_NNExecutor](#oh_nnexecutor) instance.| 1577 void OH_NNExecutor_Destroy (OH_NNExecutor **executor) [all …]
|
H A D | neural__network__runtime__type_8h.md | 38 | typedef struct [OH_NNExecutor](_neural_network_runtime.md#oh_nnexecutor) [OH_NNExecutor](_neural…
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | neural_network_core.cpp | 1370 NNRT_API OH_NNExecutor *OH_NNExecutor_Construct(OH_NNCompilation *compilation) in OH_NNExecutor_Construct() 1394 OH_NNExecutor_Destroy(reinterpret_cast<OH_NNExecutor **>(&executorImpl)); in OH_NNExecutor_Construct() 1401 OH_NNExecutor_Destroy(reinterpret_cast<OH_NNExecutor **>(&executorImpl)); in OH_NNExecutor_Construct() 1405 OH_NNExecutor *executor = reinterpret_cast<OH_NNExecutor *>(executorImpl); in OH_NNExecutor_Construct() 1437 NNRT_API void OH_NNExecutor_Destroy(OH_NNExecutor **executor) in OH_NNExecutor_Destroy() 1471 NNRT_API OH_NN_ReturnCode OH_NNExecutor_GetOutputShape(OH_NNExecutor *executor, in OH_NNExecutor_GetOutputShape() 1497 NNRT_API OH_NN_ReturnCode OH_NNExecutor_GetInputCount(const OH_NNExecutor *executor, size_t *inputC… in OH_NNExecutor_GetInputCount() 1551 NNRT_API OH_NN_ReturnCode OH_NNExecutor_GetInputDimRange(const OH_NNExecutor *executor, in OH_NNExecutor_GetInputDimRange() 1578 NNRT_API OH_NN_ReturnCode OH_NNExecutor_SetOnRunDone(OH_NNExecutor *executor, NN_OnRunDone onRunDon… in OH_NNExecutor_SetOnRunDone() 1685 NNRT_API OH_NN_ReturnCode OH_NNExecutor_RunSync(OH_NNExecutor *executor, in OH_NNExecutor_RunSync() [all …]
|
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/ |
H A D | nnrt_delegate_kernel.h | 72 …TfLiteStatus SetInputTensors(TfLiteContext* context, TfLiteNode* node, OH_NNExecutor* pNnExecution, 74 …TfLiteStatus SetOutputTensors(TfLiteContext* context, TfLiteNode* node, OH_NNExecutor* pNnExecutio…
|
H A D | nnrt_delegate_kernel.cpp | 137 OH_NNExecutor* pNnExecution {nullptr}; in Invoke() 323 OH_NNExecutor* pNnExecution, OH_NN_Tensor& nnTensor) in SetInputTensors() 360 OH_NNExecutor* pNnExecution) in SetOutputTensors()
|
/ohos5.0/docs/en/application-dev/ai/nnrt/ |
H A D | neural-network-runtime-guidelines.md | 55 | typedef struct OH_NNExecutor OH_NNExecutor | Executor handle of NNRt. It is used to perform infer… 127 | OH_NNExecutor *OH_NNExecutor_Construct(OH_NNCompilation *compilation) | Creates an **OH_NNExecuto… 129 | OH_NN_ReturnCode OH_NNExecutor_GetInputCount(const OH_NNExecutor *executor, size_t *inputCount) |… 130 | OH_NN_ReturnCode OH_NNExecutor_GetOutputCount(const OH_NNExecutor *executor, size_t *outputCount)… 136 | OH_NN_ReturnCode OH_NNExecutor_RunSync(OH_NNExecutor *executor, NN_Tensor *inputTensor[], size_t … 137 | OH_NN_ReturnCode OH_NNExecutor_RunAsync(OH_NNExecutor *executor, NN_Tensor *inputTensor[], size_t… 138 | void OH_NNExecutor_Destroy(OH_NNExecutor **executor) | Destroys an **OH_NNExecutor** instance.| 459 OH_NNExecutor* CreateExecutor(OH_NNCompilation* compilation) 462 OH_NNExecutor *executor = OH_NNExecutor_Construct(compilation); 472 OH_NN_ReturnCode Run(OH_NNExecutor* executor, const std::vector<size_t>& availableDevice) [all …]
|
/ohos5.0/foundation/ai/neural_network_runtime/test/system_test/common/ |
H A D | nnrt_test.h | 76 OH_NNExecutor* m_executor{nullptr};
|