Home
last modified time | relevance | path

Searched refs:ValidatePerformanceMode (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v2_0/inner_model/
H A Dnn_validation_test.cpp76 EXPECT_EQ(true, ValidatePerformanceMode(performanceMode));
88 EXPECT_EQ(false, ValidatePerformanceMode(performanceMode));
100 EXPECT_EQ(false, ValidatePerformanceMode(performanceMode));
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/v1_0/inner_model/
H A Dnn_validation_test.cpp88 EXPECT_EQ(true, ValidatePerformanceMode(performanceMode));
100 EXPECT_EQ(false, ValidatePerformanceMode(performanceMode));
112 EXPECT_EQ(false, ValidatePerformanceMode(performanceMode));
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/include/
H A Dvalidation.h25 int32_t ValidatePerformanceMode(PerformanceMode mode);
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/include/
H A Dvalidation.h25 int32_t ValidatePerformanceMode(PerformanceMode mode);
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_core/
H A Dvalidation.h39 bool ValidatePerformanceMode(OH_NN_PerformanceMode performanceMode);
H A Dvalidation.cpp37 bool ValidatePerformanceMode(OH_NN_PerformanceMode performanceMode) in ValidatePerformanceMode() function
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v1_0/hdi_cpu_service/src/
H A Dvalidation.cpp22 int32_t ValidatePerformanceMode(PerformanceMode mode) in ValidatePerformanceMode() function
H A Dnnrt_device_service.cpp227 if (!ValidatePerformanceMode(config.mode)) { in ValidateModelConfig()
/ohos5.0/foundation/ai/neural_network_runtime/example/drivers/nnrt/v2_0/hdi_cpu_service/src/
H A Dvalidation.cpp22 int32_t ValidatePerformanceMode(PerformanceMode mode) in ValidatePerformanceMode() function
H A Dnnrt_device_service.cpp262 if (!ValidatePerformanceMode(config.mode)) { in ValidateModelConfig()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiler.cpp196 if (!Validation::ValidatePerformanceMode(performance)) { in SetPerformance()