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