Searched refs:conv_quant8 (Results 1 – 4 of 4) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/tests/ |
D | conv_quant8.mod.py.cpp | 5 namespace conv_quant8 { namespace 12 TEST_F(GeneratedTests, conv_quant8) { in TEST_F() argument 13 execute(conv_quant8::CreateModel, in TEST_F() 14 conv_quant8::is_ignored, in TEST_F() 15 conv_quant8::get_examples()); in TEST_F() 17 TEST_AVAILABLE_SINCE(V1_0, conv_quant8, conv_quant8::CreateModel) in TEST_AVAILABLE_SINCE() argument 20 execute(conv_quant8::CreateModel_dynamic_output_shape, in TEST_AVAILABLE_SINCE() 21 conv_quant8::is_ignored_dynamic_output_shape, in TEST_AVAILABLE_SINCE() 22 conv_quant8::get_examples_dynamic_output_shape()); in TEST_AVAILABLE_SINCE()
|
/frameworks/ml/nn/tools/test_generator/tests/P_quant8/ |
D | stdout.txt.expect | 2 // Generated file (from: conv_quant8.mod.py). Do not edit 4 // Generated file (from: conv_quant8.mod.py). Do not edit 6 // Generated file (from: conv_quant8.mod.py). Do not edit 9 namespace conv_quant8 { 10 // Generated conv_quant8 test 14 } // namespace conv_quant8 79 TEST_F(GeneratedTests, conv_quant8) { 80 execute(conv_quant8::CreateModel, 81 conv_quant8::is_ignored, 82 conv_quant8::examples); [all …]
|
/frameworks/ml/nn/tools/test_generator/tests/P_vts_quant8/ |
D | stdout.txt.expect | 2 // Generated file (from: conv_quant8.mod.py). Do not edit 4 // Generated file (from: conv_quant8.mod.py). Do not edit 5 // Generated from: conv_quant8.mod.py. 6 namespace conv_quant8 { 7 // Generated conv_quant8 test 11 } // namespace conv_quant8 136 TEST_F(NeuralnetworksHidlTest, conv_quant8) { 138 conv_quant8::createTestModel, 139 conv_quant8::is_ignored, 140 conv_quant8::examples);
|
/frameworks/ml/nn/runtime/test/generated/ |
D | all_generated_V1_0_vts_tests.cpp | 1265 namespace conv_quant8 { namespace 1272 TEST_F(NeuralnetworksHidlTest, conv_quant8) { in TEST_F() argument 1274 conv_quant8::createTestModel, in TEST_F() 1275 conv_quant8::is_ignored, in TEST_F() 1276 conv_quant8::get_examples()); in TEST_F() 1279 TEST_F(ValidationTest, conv_quant8) { in TEST_F() argument 1280 const Model model = conv_quant8::createTestModel(); in TEST_F() 1281 const std::vector<Request> requests = createRequests(conv_quant8::get_examples()); in TEST_F() 1289 conv_quant8::createTestModel_dynamic_output_shape, in TEST_F() 1290 conv_quant8::is_ignored_dynamic_output_shape, in TEST_F() [all …]
|