Home
last modified time | relevance | path

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 Dexecutor.h49 virtual OH_NN_ReturnCode RunSync(NN_Tensor* inputTensors[],
H A Dneural_network_core.cpp1638 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 Dnnexecutor.h48 OH_NN_ReturnCode RunSync(NN_Tensor* inputTensors[],
H A Dnnexecutor.cpp240 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 Dnn_executor_test.cpp857 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);