Home
last modified time | relevance | path

Searched refs:OH_NNExecutor_CreateOutputTensorDesc (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/
H A Dneural_network_core.h924 NN_TensorDesc *OH_NNExecutor_CreateOutputTensorDesc(const OH_NNExecutor *executor, size_t index);
/ohos5.0/foundation/ai/neural_network_runtime/
H A Dneural-network-runtime-guidelines.md132 | NN_TensorDesc* OH_NNExecutor_CreateOutputTensorDesc(const OH_NNExecutor *executor, size_t index) …
503 tensorDescTmp = OH_NNExecutor_CreateOutputTensorDesc(executor, i);
504 CHECKEQ(tensorDescTmp, nullptr, -1, "OH_NNExecutor_CreateOutputTensorDesc failed.");
/ohos5.0/docs/zh-cn/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md132 | NN_TensorDesc* OH_NNExecutor_CreateOutputTensorDesc(const OH_NNExecutor *executor, size_t index) …
494 tensorDescTmp = OH_NNExecutor_CreateOutputTensorDesc(executor, i);
495 … CHECKEQ(tensorDescTmp, nullptr, OH_NN_FAILED, "OH_NNExecutor_CreateOutputTensorDesc failed.");
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__core_8h.md69 …TensorDesc](_neural_network_runtime.md#nn_tensordesc) \* [OH_NNExecutor_CreateOutputTensorDesc](_n…
H A D_neural_network_runtime.md120 | [NN_TensorDesc](#nn_tensordesc) \* [OH_NNExecutor_CreateOutputTensorDesc](#oh_nnexecutor_createou…
1548 ### OH_NNExecutor_CreateOutputTensorDesc()
1551 NN_TensorDesc *OH_NNExecutor_CreateOutputTensorDesc (const OH_NNExecutor *executor, size_t index )
1718 可以先从executor中获取输出张量的数量,然后通过[OH_NNExecutor_CreateOutputTensorDesc](#oh_nnexecutor_createoutputtensor…
H A D_neural_nework_runtime.md120 | [NN_TensorDesc](#nn_tensordesc) \* [OH_NNExecutor_CreateOutputTensorDesc](#oh_nnexecutor_createou…
1548 ### OH_NNExecutor_CreateOutputTensorDesc()
1551 NN_TensorDesc *OH_NNExecutor_CreateOutputTensorDesc (const OH_NNExecutor *executor, size_t index )
1718 可以先从executor中获取输出张量的数量,然后通过[OH_NNExecutor_CreateOutputTensorDesc](#oh_nnexecutor_createoutputtensor…
/ohos5.0/docs/en/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md132 | NN_TensorDesc* OH_NNExecutor_CreateOutputTensorDesc(const OH_NNExecutor *executor, size_t index) …
494 tensorDescTmp = OH_NNExecutor_CreateOutputTensorDesc(executor, i);
495 … CHECKEQ(tensorDescTmp, nullptr, OH_NN_FAILED, "OH_NNExecutor_CreateOutputTensorDesc failed.");
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__core_8h.md69 …TensorDesc](_neural_network_runtime.md#nn_tensordesc) \* [OH_NNExecutor_CreateOutputTensorDesc](_n…
H A D_neural_network_runtime.md120 | [NN_TensorDesc](#nn_tensordesc) \* [OH_NNExecutor_CreateOutputTensorDesc](#oh_nnexecutor_createou…
1548 ### OH_NNExecutor_CreateOutputTensorDesc()
1551 NN_TensorDesc *OH_NNExecutor_CreateOutputTensorDesc (const OH_NNExecutor *executor, size_t index )
1718 …number of output tensors from **executor**, and then use [OH_NNExecutor_CreateOutputTensorDesc](#o…
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dneural_network_core.cpp1540 NNRT_API NN_TensorDesc* OH_NNExecutor_CreateOutputTensorDesc(const OH_NNExecutor *executor, size_t … in OH_NNExecutor_CreateOutputTensorDesc() function
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp1860 NN_TensorDesc* ret = OH_NNExecutor_CreateOutputTensorDesc(executor, index);