Home
last modified time | relevance | path

Searched refs:ExecutorConfig (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dexecutor_config.h23 struct ExecutorConfig { struct
H A Dexecutor.h62 virtual ExecutorConfig* GetExecutorConfig() const = 0;
H A Dneural_network_core.cpp1409 OH_NN_ReturnCode Unload(const ExecutorConfig* config) in Unload()
1608 OH_NN_ReturnCode UpdateModelLatency(const ExecutorConfig* config, int32_t modelLatency) in UpdateModelLatency()
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;
110 ExecutorConfig* m_executorConfig {nullptr};
H A Dnnexecutor.cpp193 m_executorConfig = new (std::nothrow) ExecutorConfig(); in SetExtensionConfig()
223 ExecutorConfig* NNExecutor::GetExecutorConfig() const in GetExecutorConfig()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_executor/
H A Dnn_executor_test.cpp2239 ExecutorConfig* retGetExecutorConfig = nnExecutor->GetExecutorConfig();