Searched refs:RunSync (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/ |
H A D | executor.h | 49 virtual OH_NN_ReturnCode RunSync(NN_Tensor* inputTensors[],
|
H A D | neural_network_core.cpp | 1638 OH_NN_ReturnCode RunSync(Executor *executor, in RunSync() function 1656 OH_NN_ReturnCode ret = executor->RunSync(inputTensor, inputCount, outputTensor, outputCount); in RunSync() 1713 return RunSync(executorImpl, inputTensor, inputCount, outputTensor, outputCount); in OH_NNExecutor_RunSync()
|
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
H A D | nnexecutor.h | 48 OH_NN_ReturnCode RunSync(NN_Tensor* inputTensors[],
|
H A D | nnexecutor.cpp | 240 OH_NN_ReturnCode NNExecutor::RunSync(NN_Tensor* inputTensors[], size_t inputSize, in RunSync() function in OHOS::NeuralNetworkRuntime::NNExecutor
|
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/ |
H A D | nn_executor_test.cpp | 857 OH_NN_ReturnCode ret = nnExecutor->RunSync(nullptr, inputSize, nullptr, outputSize); 879 OH_NN_ReturnCode ret = nnExecutor->RunSync(nullptr, inputSize, nullptr, outputSize); 937 OH_NN_ReturnCode ret = nnExecutor->RunSync(&tensor, inputSize, &tensor, outputSize); 998 OH_NN_ReturnCode ret = nnExecutor->RunSync(&tensor, inputSize, &tensor, outputSize); 1058 OH_NN_ReturnCode ret = nnExecutor->RunSync(&tensor, inputSize, &tensor, outputSize);
|