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