Searched refs:OH_NNExecutor_CreateOutputTensorDesc (Results 1 – 4 of 4) sorted by relevance
924 NN_TensorDesc *OH_NNExecutor_CreateOutputTensorDesc(const OH_NNExecutor *executor, size_t index);
132 | 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.");
1540 NNRT_API NN_TensorDesc* OH_NNExecutor_CreateOutputTensorDesc(const OH_NNExecutor *executor, size_t … in OH_NNExecutor_CreateOutputTensorDesc() function
1860 NN_TensorDesc* ret = OH_NNExecutor_CreateOutputTensorDesc(executor, index);