1 // clang-format off 2 // Generated file (from: reduce_all.mod.py). Do not edit 3 #include "../../TestGenerated.h" 4 5 namespace reduce_all { 6 // Generated reduce_all test 7 #include "generated/examples/reduce_all.example.cpp" 8 // Generated model constructor 9 #include "generated/models/reduce_all.model.cpp" 10 } // namespace reduce_all 11 12 TEST_F(GeneratedTests, reduce_all) { 13 execute(reduce_all::CreateModel, 14 reduce_all::is_ignored, 15 reduce_all::get_examples()); 16 } 17 TEST_AVAILABLE_SINCE(V1_2, reduce_all, reduce_all::CreateModel) 18 19 TEST_F(DynamicOutputShapeTest, reduce_all_dynamic_output_shape) { 20 execute(reduce_all::CreateModel_dynamic_output_shape, 21 reduce_all::is_ignored_dynamic_output_shape, 22 reduce_all::get_examples_dynamic_output_shape()); 23 } 24 25 TEST_F(GeneratedTests, reduce_all_2) { 26 execute(reduce_all::CreateModel_2, 27 reduce_all::is_ignored_2, 28 reduce_all::get_examples_2()); 29 } 30 TEST_AVAILABLE_SINCE(V1_2, reduce_all_2, reduce_all::CreateModel_2) 31 32 TEST_F(DynamicOutputShapeTest, reduce_all_dynamic_output_shape_2) { 33 execute(reduce_all::CreateModel_dynamic_output_shape_2, 34 reduce_all::is_ignored_dynamic_output_shape_2, 35 reduce_all::get_examples_dynamic_output_shape_2()); 36 } 37 38 TEST_F(GeneratedTests, reduce_all_3) { 39 execute(reduce_all::CreateModel_3, 40 reduce_all::is_ignored_3, 41 reduce_all::get_examples_3()); 42 } 43 TEST_AVAILABLE_SINCE(V1_2, reduce_all_3, reduce_all::CreateModel_3) 44 45 TEST_F(DynamicOutputShapeTest, reduce_all_dynamic_output_shape_3) { 46 execute(reduce_all::CreateModel_dynamic_output_shape_3, 47 reduce_all::is_ignored_dynamic_output_shape_3, 48 reduce_all::get_examples_dynamic_output_shape_3()); 49 } 50 51