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