Home
last modified time | relevance | path

Searched refs:OH_NNExecutor_CreateInputTensorDesc (Results 1 – 4 of 4) sorted by relevance

/foundation/ai/neural_network_runtime/interfaces/kits/c/neural_network_runtime/
Dneural_network_core.h909 NN_TensorDesc *OH_NNExecutor_CreateInputTensorDesc(const OH_NNExecutor *executor, size_t index);
/foundation/ai/neural_network_runtime/
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.");
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
Dneural_network_core.cpp1529 NNRT_API NN_TensorDesc* OH_NNExecutor_CreateInputTensorDesc(const OH_NNExecutor *executor, size_t i… in OH_NNExecutor_CreateInputTensorDesc() function
/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/neural_network_core_test/
Dneural_network_core_test.cpp1847 NN_TensorDesc* ret = OH_NNExecutor_CreateInputTensorDesc(executor, index);