Home
last modified time | relevance | path

Searched refs:mean_float_2 (Results 1 – 2 of 2) sorted by relevance

/frameworks/ml/nn/runtime/test/generated/tests/
Dmean_float_2.mod.py.cpp5 namespace mean_float_2 { namespace
12 TEST_F(GeneratedTests, mean_float_2) { in TEST_F() argument
13 execute(mean_float_2::CreateModel, in TEST_F()
14 mean_float_2::is_ignored, in TEST_F()
15 mean_float_2::get_examples()); in TEST_F()
17 TEST_AVAILABLE_SINCE(V1_1, mean_float_2, mean_float_2::CreateModel) in TEST_AVAILABLE_SINCE() argument
20 execute(mean_float_2::CreateModel_dynamic_output_shape, in TEST_AVAILABLE_SINCE()
21 mean_float_2::is_ignored_dynamic_output_shape, in TEST_AVAILABLE_SINCE()
22 mean_float_2::get_examples_dynamic_output_shape()); in TEST_AVAILABLE_SINCE()
/frameworks/ml/nn/runtime/test/generated/
Dall_generated_V1_1_vts_tests.cpp3309 namespace mean_float_2 { namespace
3316 TEST_F(NeuralnetworksHidlTest, mean_float_2) { in TEST_F() argument
3318 mean_float_2::createTestModel, in TEST_F()
3319 mean_float_2::is_ignored, in TEST_F()
3320 mean_float_2::get_examples()); in TEST_F()
3323 TEST_F(ValidationTest, mean_float_2) { in TEST_F() argument
3324 const Model model = mean_float_2::createTestModel(); in TEST_F()
3325 const std::vector<Request> requests = createRequests(mean_float_2::get_examples()); in TEST_F()
3333 mean_float_2::createTestModel_dynamic_output_shape, in TEST_F()
3334 mean_float_2::is_ignored_dynamic_output_shape, in TEST_F()
[all …]