Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/generated/tests/
Davg_pool_float_3.mod.py.cpp5 namespace avg_pool_float_3 { namespace
12 TEST_F(GeneratedTests, avg_pool_float_3) { in TEST_F() argument
13 execute(avg_pool_float_3::CreateModel, in TEST_F()
14 avg_pool_float_3::is_ignored, in TEST_F()
15 avg_pool_float_3::get_examples()); in TEST_F()
17 TEST_AVAILABLE_SINCE(V1_0, avg_pool_float_3, avg_pool_float_3::CreateModel) in TEST_AVAILABLE_SINCE() argument
20 execute(avg_pool_float_3::CreateModel_dynamic_output_shape, in TEST_AVAILABLE_SINCE()
21 avg_pool_float_3::is_ignored_dynamic_output_shape, in TEST_AVAILABLE_SINCE()
22 avg_pool_float_3::get_examples_dynamic_output_shape()); in TEST_AVAILABLE_SINCE()
/frameworks/ml/nn/runtime/test/generated/
Dall_generated_V1_0_vts_tests.cpp195 namespace avg_pool_float_3 { namespace
202 TEST_F(NeuralnetworksHidlTest, avg_pool_float_3) { in TEST_F() argument
204 avg_pool_float_3::createTestModel, in TEST_F()
205 avg_pool_float_3::is_ignored, in TEST_F()
206 avg_pool_float_3::get_examples()); in TEST_F()
209 TEST_F(ValidationTest, avg_pool_float_3) { in TEST_F() argument
210 const Model model = avg_pool_float_3::createTestModel(); in TEST_F()
211 const std::vector<Request> requests = createRequests(avg_pool_float_3::get_examples()); in TEST_F()
219 avg_pool_float_3::createTestModel_dynamic_output_shape, in TEST_F()
220 avg_pool_float_3::is_ignored_dynamic_output_shape, in TEST_F()
[all …]