1 // clang-format off 2 // Generated file (from: depthwise_conv.mod.py). Do not edit 3 #include "../../TestGenerated.h" 4 5 namespace depthwise_conv { 6 // Generated depthwise_conv test 7 #include "generated/examples/depthwise_conv.example.cpp" 8 // Generated model constructor 9 #include "generated/models/depthwise_conv.model.cpp" 10 } // namespace depthwise_conv 11 12 TEST_F(GeneratedTests, depthwise_conv) { 13 execute(depthwise_conv::CreateModel, 14 depthwise_conv::is_ignored, 15 depthwise_conv::get_examples()); 16 } 17 TEST_AVAILABLE_SINCE(V1_0, depthwise_conv, depthwise_conv::CreateModel) 18 19 TEST_F(DynamicOutputShapeTest, depthwise_conv_dynamic_output_shape) { 20 execute(depthwise_conv::CreateModel_dynamic_output_shape, 21 depthwise_conv::is_ignored_dynamic_output_shape, 22 depthwise_conv::get_examples_dynamic_output_shape()); 23 } 24 25 TEST_F(GeneratedTests, depthwise_conv_2) { 26 execute(depthwise_conv::CreateModel_2, 27 depthwise_conv::is_ignored_2, 28 depthwise_conv::get_examples_2()); 29 } 30 TEST_AVAILABLE_SINCE(V1_0, depthwise_conv_2, depthwise_conv::CreateModel_2) 31 32 TEST_F(DynamicOutputShapeTest, depthwise_conv_dynamic_output_shape_2) { 33 execute(depthwise_conv::CreateModel_dynamic_output_shape_2, 34 depthwise_conv::is_ignored_dynamic_output_shape_2, 35 depthwise_conv::get_examples_dynamic_output_shape_2()); 36 } 37 38