Home
last modified time | relevance | path

Searched refs:executionPerformance (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_delegate_provider.cpp108 OH_NN_PerformanceMode executionPerformance = OH_NN_PERFORMANCE_NONE; in GetExecutionPerformance() local
110 executionPerformance = OH_NN_PERFORMANCE_LOW; in GetExecutionPerformance()
112 executionPerformance = OH_NN_PERFORMANCE_MEDIUM; in GetExecutionPerformance()
114 executionPerformance = OH_NN_PERFORMANCE_HIGH; in GetExecutionPerformance()
116 executionPerformance = OH_NN_PERFORMANCE_EXTREME; in GetExecutionPerformance()
118 executionPerformance = OH_NN_PERFORMANCE_NONE; in GetExecutionPerformance()
123 options.executionPerformance = executionPerformance; in GetExecutionPerformance()
H A Dnnrt_delegate.h42 OH_NN_PerformanceMode executionPerformance = OH_NN_PERFORMANCE_NONE; member
94 OH_NN_PerformanceMode executionPerformance = OH_NN_PERFORMANCE_NONE; member
H A Dnnrt_delegate.cpp40 m_delegateData.executionPerformance = options.executionPerformance; in NnrtDelegateConstructorImpl()
79 options.executionPerformance = pDelegateData->executionPerformance; in GetOptions()
H A Dnnrt_delegate_kernel.cpp397 auto performance = delegateOptions.executionPerformance; in SetNnOptions()