Searched refs:OH_NNExecutor_CreateInputTensorDesc (Results 1 – 4 of 4) sorted by relevance
909 NN_TensorDesc *OH_NNExecutor_CreateInputTensorDesc(const OH_NNExecutor *executor, size_t index);
131 | 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.");
1529 NNRT_API NN_TensorDesc* OH_NNExecutor_CreateInputTensorDesc(const OH_NNExecutor *executor, size_t i… in OH_NNExecutor_CreateInputTensorDesc() function
1847 NN_TensorDesc* ret = OH_NNExecutor_CreateInputTensorDesc(executor, index);