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