Searched refs:depthwise_conv2d_quant8 (Results 1 – 4 of 4) sorted by relevance
/frameworks/ml/nn/runtime/test/generated/tests/ |
D | depthwise_conv2d_quant8.mod.py.cpp | 5 namespace depthwise_conv2d_quant8 { namespace 12 TEST_F(GeneratedTests, depthwise_conv2d_quant8) { in TEST_F() argument 13 execute(depthwise_conv2d_quant8::CreateModel, in TEST_F() 14 depthwise_conv2d_quant8::is_ignored, in TEST_F() 15 depthwise_conv2d_quant8::get_examples()); in TEST_F() 17 TEST_AVAILABLE_SINCE(V1_0, depthwise_conv2d_quant8, depthwise_conv2d_quant8::CreateModel) in TEST_AVAILABLE_SINCE() argument 20 execute(depthwise_conv2d_quant8::CreateModel_dynamic_output_shape, in TEST_AVAILABLE_SINCE() 21 depthwise_conv2d_quant8::is_ignored_dynamic_output_shape, in TEST_AVAILABLE_SINCE() 22 depthwise_conv2d_quant8::get_examples_dynamic_output_shape()); in TEST_AVAILABLE_SINCE()
|
/frameworks/ml/nn/tools/test_generator/tests/P_backward_compatibility_quant8/ |
D | stdout.txt.expect | 2 // Generated file (from: depthwise_conv2d_quant8.mod.py). Do not edit 4 // Generated file (from: depthwise_conv2d_quant8.mod.py). Do not edit 6 // Generated file (from: depthwise_conv2d_quant8.mod.py). Do not edit 9 namespace depthwise_conv2d_quant8 { 10 // Generated depthwise_conv2d_quant8 test 14 } // namespace depthwise_conv2d_quant8 76 TEST_F(GeneratedTests, depthwise_conv2d_quant8) { 77 execute(depthwise_conv2d_quant8::CreateModel, 78 depthwise_conv2d_quant8::is_ignored, 79 depthwise_conv2d_quant8::examples); [all …]
|
/frameworks/ml/nn/tools/test_generator/tests/P_vts_backward_compatibility_quant8/ |
D | stdout.txt.expect | 2 // Generated file (from: depthwise_conv2d_quant8.mod.py). Do not edit 4 // Generated file (from: depthwise_conv2d_quant8.mod.py). Do not edit 5 // Generated from: depthwise_conv2d_quant8.mod.py. 6 namespace depthwise_conv2d_quant8 { 7 // Generated depthwise_conv2d_quant8 test 11 } // namespace depthwise_conv2d_quant8 144 TEST_F(NeuralnetworksHidlTest, depthwise_conv2d_quant8) { 146 depthwise_conv2d_quant8::createTestModel, 147 depthwise_conv2d_quant8::is_ignored, 148 depthwise_conv2d_quant8::examples);
|
/frameworks/ml/nn/runtime/test/generated/ |
D | all_generated_V1_0_vts_tests.cpp | 2131 namespace depthwise_conv2d_quant8 { namespace 2138 TEST_F(NeuralnetworksHidlTest, depthwise_conv2d_quant8) { in TEST_F() argument 2140 depthwise_conv2d_quant8::createTestModel, in TEST_F() 2141 depthwise_conv2d_quant8::is_ignored, in TEST_F() 2142 depthwise_conv2d_quant8::get_examples()); in TEST_F() 2145 TEST_F(ValidationTest, depthwise_conv2d_quant8) { in TEST_F() argument 2146 const Model model = depthwise_conv2d_quant8::createTestModel(); in TEST_F() 2147 const std::vector<Request> requests = createRequests(depthwise_conv2d_quant8::get_examples()); in TEST_F() 2155 depthwise_conv2d_quant8::createTestModel_dynamic_output_shape, in TEST_F() 2156 depthwise_conv2d_quant8::is_ignored_dynamic_output_shape, in TEST_F() [all …]
|