1 // clang-format off
2 // Generated file (from: depth_to_space_float_2_relaxed.mod.py). Do not edit
3 #include "../../TestGenerated.h"
4 
5 namespace depth_to_space_float_2_relaxed {
6 // Generated depth_to_space_float_2_relaxed test
7 #include "generated/examples/depth_to_space_float_2_relaxed.example.cpp"
8 // Generated model constructor
9 #include "generated/models/depth_to_space_float_2_relaxed.model.cpp"
10 } // namespace depth_to_space_float_2_relaxed
11 
TEST_F(GeneratedTests,depth_to_space_float_2_relaxed)12 TEST_F(GeneratedTests, depth_to_space_float_2_relaxed) {
13     execute(depth_to_space_float_2_relaxed::CreateModel,
14             depth_to_space_float_2_relaxed::is_ignored,
15             depth_to_space_float_2_relaxed::get_examples());
16 }
17 
TEST_F(DynamicOutputShapeTest,depth_to_space_float_2_relaxed_dynamic_output_shape)18 TEST_F(DynamicOutputShapeTest, depth_to_space_float_2_relaxed_dynamic_output_shape) {
19     execute(depth_to_space_float_2_relaxed::CreateModel_dynamic_output_shape,
20             depth_to_space_float_2_relaxed::is_ignored_dynamic_output_shape,
21             depth_to_space_float_2_relaxed::get_examples_dynamic_output_shape());
22 }
23 
24