Home
last modified time | relevance | path

Searched refs:GetExecutorConfig (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dexecutor.h62 virtual ExecutorConfig* GetExecutorConfig() const = 0;
H A Dneural_network_core.cpp1457 OH_NN_ReturnCode ret = Unload(executorImpl->GetExecutorConfig()); in OH_NNExecutor_Destroy()
1644 ExecutorConfig* configPtr = executor->GetExecutorConfig(); in RunSync()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnnexecutor.h61 ExecutorConfig* GetExecutorConfig() const override;
H A Dnnexecutor.cpp223 ExecutorConfig* NNExecutor::GetExecutorConfig() const in GetExecutorConfig() function in OHOS::NeuralNetworkRuntime::NNExecutor
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/
H A Dnn_executor_test.cpp2239 ExecutorConfig* retGetExecutorConfig = nnExecutor->GetExecutorConfig();