Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/generated/tests/
Davg_pool_quant8_2.mod.py.cpp5 namespace avg_pool_quant8_2 { namespace
12 TEST_F(GeneratedTests, avg_pool_quant8_2) { in TEST_F() argument
13 execute(avg_pool_quant8_2::CreateModel, in TEST_F()
14 avg_pool_quant8_2::is_ignored, in TEST_F()
15 avg_pool_quant8_2::get_examples()); in TEST_F()
17 TEST_AVAILABLE_SINCE(V1_0, avg_pool_quant8_2, avg_pool_quant8_2::CreateModel) in TEST_AVAILABLE_SINCE() argument
20 execute(avg_pool_quant8_2::CreateModel_dynamic_output_shape, in TEST_AVAILABLE_SINCE()
21 avg_pool_quant8_2::is_ignored_dynamic_output_shape, in TEST_AVAILABLE_SINCE()
22 avg_pool_quant8_2::get_examples_dynamic_output_shape()); in TEST_AVAILABLE_SINCE()
/frameworks/ml/nn/runtime/test/generated/
Dall_generated_V1_0_vts_tests.cpp347 namespace avg_pool_quant8_2 { namespace
354 TEST_F(NeuralnetworksHidlTest, avg_pool_quant8_2) { in TEST_F() argument
356 avg_pool_quant8_2::createTestModel, in TEST_F()
357 avg_pool_quant8_2::is_ignored, in TEST_F()
358 avg_pool_quant8_2::get_examples()); in TEST_F()
361 TEST_F(ValidationTest, avg_pool_quant8_2) { in TEST_F() argument
362 const Model model = avg_pool_quant8_2::createTestModel(); in TEST_F()
363 const std::vector<Request> requests = createRequests(avg_pool_quant8_2::get_examples()); in TEST_F()
371 avg_pool_quant8_2::createTestModel_dynamic_output_shape, in TEST_F()
372 avg_pool_quant8_2::is_ignored_dynamic_output_shape, in TEST_F()
[all …]