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