Home
last modified time | relevance | path

Searched refs:SetExtensionConfig (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dcompiler.h47 …virtual OH_NN_ReturnCode SetExtensionConfig(const std::unordered_map<std::string, std::vector<char…
H A Dexecutor.h61 …virtual OH_NN_ReturnCode SetExtensionConfig(const std::unordered_map<std::string, std::vector<char…
H A Dneural_network_core.cpp464 ret = compilation->compiler->SetExtensionConfig(compilation->configs); in SetCompilationOptions()
1361 executorImpl->SetExtensionConfig(configMap); in ExecutorPrepare()
1675 ret = executor->SetExtensionConfig(configMap); in RunSync()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiler.h52 …OH_NN_ReturnCode SetExtensionConfig(const std::unordered_map<std::string, std::vector<char>>& conf…
H A Dnnexecutor.h60 …OH_NN_ReturnCode SetExtensionConfig(const std::unordered_map<std::string, std::vector<char>>& conf…
H A Dnncompiler.cpp718 OH_NN_ReturnCode NNCompiler::SetExtensionConfig(const std::unordered_map<std::string, std::vector<c… in SetExtensionConfig() function in OHOS::NeuralNetworkRuntime::NNCompiler
H A Dnnexecutor.cpp190 OH_NN_ReturnCode NNExecutor::SetExtensionConfig(const std::unordered_map<std::string, std::vector<c… in SetExtensionConfig() function in OHOS::NeuralNetworkRuntime::NNExecutor
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiler/
H A Dnn_compiler_test.cpp1085 OH_NN_ReturnCode ret = nncompiler->SetExtensionConfig(configs);
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/
H A Dnn_executor_test.cpp2236 OH_NN_ReturnCode retSetExtensionConfig = nnExecutor->SetExtensionConfig(configMap);