// clang-format off // Generated file (from: conv_float_relaxed.mod.py). Do not edit #include "../../TestGenerated.h" namespace conv_float_relaxed { // Generated conv_float_relaxed test #include "generated/examples/conv_float_relaxed.example.cpp" // Generated model constructor #include "generated/models/conv_float_relaxed.model.cpp" } // namespace conv_float_relaxed TEST_F(GeneratedTests, conv_float_relaxed) { execute(conv_float_relaxed::CreateModel, conv_float_relaxed::is_ignored, conv_float_relaxed::get_examples()); } TEST_F(DynamicOutputShapeTest, conv_float_relaxed_dynamic_output_shape) { execute(conv_float_relaxed::CreateModel_dynamic_output_shape, conv_float_relaxed::is_ignored_dynamic_output_shape, conv_float_relaxed::get_examples_dynamic_output_shape()); }