Searched refs:SetPerformance (Results 1 – 7 of 7) sorted by relevance
102 EXPECT_EQ(OH_NN_SUCCESS, compilationTest.SetPerformance(OH_NN_PERFORMANCE_EXTREME)); in SetConfig()411 OH_NN_ReturnCode ret = compilationTest.SetPerformance(OH_NN_PERFORMANCE_NONE);424 OH_NN_ReturnCode ret = compilationTest.SetPerformance(OH_NN_PERFORMANCE_NONE);445 OH_NN_ReturnCode ret = compilationTest.SetPerformance(OH_NN_PERFORMANCE_NONE);466 OH_NN_ReturnCode ret = compilationTest.SetPerformance(OH_NN_PERFORMANCE_NONE);487 OH_NN_ReturnCode ret = compilationTest.SetPerformance(performance);507 OH_NN_ReturnCode ret = compilationTest.SetPerformance(OH_NN_PERFORMANCE_NONE);
35 virtual OH_NN_ReturnCode SetPerformance(OH_NN_PerformanceMode performance) = 0;
353 OH_NN_ReturnCode ret = compilationImpl->compiler->SetPerformance(performanceMode); in OH_NNCompilation_SetPerformanceMode()452 ret = compilation->compiler->SetPerformance(compilation->performance); in SetCompilationOptions()
40 OH_NN_ReturnCode SetPerformance(OH_NN_PerformanceMode performance) override;
177 OH_NN_ReturnCode NNCompiler::SetPerformance(OH_NN_PerformanceMode performance) in SetPerformance() function in OHOS::NeuralNetworkRuntime::NNCompiler
359 OH_NN_ReturnCode ret = nncompiler->SetPerformance(performance);379 OH_NN_ReturnCode ret = nncompiler->SetPerformance(performance);401 OH_NN_ReturnCode ret = nncompiler->SetPerformance(performance);425 OH_NN_ReturnCode ret = nncompiler->SetPerformance(performance);