Home
last modified time | relevance | path

Searched refs:OH_NNExecutor_CreateInputTensorDesc (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.h909 NN_TensorDesc *OH_NNExecutor_CreateInputTensorDesc(const OH_NNExecutor *executor, size_t index);
/ohos5.0/foundation/ai/neural_network_runtime/
H A Dneural-network-runtime-guidelines.md131 | NN_TensorDesc* OH_NNExecutor_CreateInputTensorDesc(const OH_NNExecutor *executor, size_t index) |…
492 tensorDescTmp = OH_NNExecutor_CreateInputTensorDesc(executor, i);
493 CHECKEQ(tensorDescTmp, nullptr, -1, "OH_NNExecutor_CreateInputTensorDesc failed.");
/ohos5.0/docs/zh-cn/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md131 | NN_TensorDesc* OH_NNExecutor_CreateInputTensorDesc(const OH_NNExecutor *executor, size_t index) |…
483 tensorDescTmp = OH_NNExecutor_CreateInputTensorDesc(executor, i);
484 … CHECKEQ(tensorDescTmp, nullptr, OH_NN_FAILED, "OH_NNExecutor_CreateInputTensorDesc failed.");
/ohos5.0/docs/zh-cn/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__core_8h.md68 | [NN_TensorDesc](_neural_network_runtime.md#nn_tensordesc) \* [OH_NNExecutor_CreateInputTensorDesc
H A D_neural_network_runtime.md119 | [NN_TensorDesc](#nn_tensordesc) \* [OH_NNExecutor_CreateInputTensorDesc](#oh_nnexecutor_createinp…
1522 ### OH_NNExecutor_CreateInputTensorDesc()
1525 NN_TensorDesc *OH_NNExecutor_CreateInputTensorDesc (const OH_NNExecutor *executor, size_t index )
1657 可以先从executor中获取输入张量的数量,然后通过[OH_NNExecutor_CreateInputTensorDesc](#oh_nnexecutor_createinputtensorde…
H A D_neural_nework_runtime.md119 | [NN_TensorDesc](#nn_tensordesc) \* [OH_NNExecutor_CreateInputTensorDesc](#oh_nnexecutor_createinp…
1522 ### OH_NNExecutor_CreateInputTensorDesc()
1525 NN_TensorDesc *OH_NNExecutor_CreateInputTensorDesc (const OH_NNExecutor *executor, size_t index )
1657 可以先从executor中获取输入张量的数量,然后通过[OH_NNExecutor_CreateInputTensorDesc](#oh_nnexecutor_createinputtensorde…
/ohos5.0/docs/en/application-dev/ai/nnrt/
H A Dneural-network-runtime-guidelines.md131 | NN_TensorDesc* OH_NNExecutor_CreateInputTensorDesc(const OH_NNExecutor *executor, size_t index) |…
483 tensorDescTmp = OH_NNExecutor_CreateInputTensorDesc(executor, i);
484 … CHECKEQ(tensorDescTmp, nullptr, OH_NN_FAILED, "OH_NNExecutor_CreateInputTensorDesc failed.");
/ohos5.0/docs/en/application-dev/reference/apis-neural-network-runtime-kit/
H A Dneural__network__core_8h.md68 | [NN_TensorDesc](_neural_network_runtime.md#nn_tensordesc) \* [OH_NNExecutor_CreateInputTensorDesc
H A D_neural_network_runtime.md119 | [NN_TensorDesc](#nn_tensordesc) \* [OH_NNExecutor_CreateInputTensorDesc](#oh_nnexecutor_createinp…
1522 ### OH_NNExecutor_CreateInputTensorDesc()
1525 NN_TensorDesc *OH_NNExecutor_CreateInputTensorDesc (const OH_NNExecutor *executor, size_t index )
1657 …e number of input tensors from **executor**, and then use [OH_NNExecutor_CreateInputTensorDesc](#o…
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dneural_network_core.cpp1529 NNRT_API NN_TensorDesc* OH_NNExecutor_CreateInputTensorDesc(const OH_NNExecutor *executor, size_t i… in OH_NNExecutor_CreateInputTensorDesc() function
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
H A Dneural_network_core_test.cpp1847 NN_TensorDesc* ret = OH_NNExecutor_CreateInputTensorDesc(executor, index);