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