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