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