Searched refs:executionPerformance (Results 1 – 4 of 4) sorted by relevance
108 OH_NN_PerformanceMode executionPerformance = OH_NN_PERFORMANCE_NONE; in GetExecutionPerformance() local110 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()
42 OH_NN_PerformanceMode executionPerformance = OH_NN_PERFORMANCE_NONE; member94 OH_NN_PerformanceMode executionPerformance = OH_NN_PERFORMANCE_NONE; member
40 m_delegateData.executionPerformance = options.executionPerformance; in NnrtDelegateConstructorImpl()79 options.executionPerformance = pDelegateData->executionPerformance; in GetOptions()
397 auto performance = delegateOptions.executionPerformance; in SetNnOptions()