Home
last modified time | relevance | path

Searched refs:executionPriority (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_delegate_provider.cpp135 OH_NN_Priority executionPriority = OH_NN_PRIORITY_MEDIUM; in GetExecutionPriority() local
137 executionPriority = OH_NN_PRIORITY_LOW; in GetExecutionPriority()
139 executionPriority = OH_NN_PRIORITY_MEDIUM; in GetExecutionPriority()
141 executionPriority = OH_NN_PRIORITY_HIGH; in GetExecutionPriority()
143 executionPriority = OH_NN_PRIORITY_MEDIUM; in GetExecutionPriority()
148 options.executionPriority = executionPriority; in GetExecutionPriority()
H A Dnnrt_delegate.h46 OH_NN_Priority executionPriority = OH_NN_PRIORITY_MEDIUM; member
110 OH_NN_Priority executionPriority = OH_NN_PRIORITY_MEDIUM; member
H A Dnnrt_delegate.cpp39 m_delegateData.executionPriority = options.executionPriority; in NnrtDelegateConstructorImpl()
78 options.executionPriority = pDelegateData->executionPriority; in GetOptions()