Home | History | Annotate | Download | only in tests
      1 // clang-format off
      2 // Generated file (from: tile_1.mod.py). Do not edit
      3 #include "../../TestGenerated.h"
      4 
      5 namespace tile_1 {
      6 // Generated tile_1 test
      7 #include "generated/examples/tile_1.example.cpp"
      8 // Generated model constructor
      9 #include "generated/models/tile_1.model.cpp"
     10 } // namespace tile_1
     11 
     12 TEST_F(GeneratedTests, tile_1) {
     13     execute(tile_1::CreateModel,
     14             tile_1::is_ignored,
     15             tile_1::get_examples());
     16 }
     17 TEST_AVAILABLE_SINCE(V1_2, tile_1, tile_1::CreateModel)
     18 
     19 TEST_F(GeneratedTests, tile_1_relaxed) {
     20     execute(tile_1::CreateModel_relaxed,
     21             tile_1::is_ignored_relaxed,
     22             tile_1::get_examples_relaxed());
     23 }
     24 
     25 TEST_F(GeneratedTests, tile_1_float16) {
     26     execute(tile_1::CreateModel_float16,
     27             tile_1::is_ignored_float16,
     28             tile_1::get_examples_float16());
     29 }
     30 TEST_AVAILABLE_SINCE(V1_2, tile_1_float16, tile_1::CreateModel_float16)
     31 
     32 TEST_F(GeneratedTests, tile_1_quant8) {
     33     execute(tile_1::CreateModel_quant8,
     34             tile_1::is_ignored_quant8,
     35             tile_1::get_examples_quant8());
     36 }
     37 TEST_AVAILABLE_SINCE(V1_2, tile_1_quant8, tile_1::CreateModel_quant8)
     38 
     39 TEST_F(DynamicOutputShapeTest, tile_1_dynamic_output_shape) {
     40     execute(tile_1::CreateModel_dynamic_output_shape,
     41             tile_1::is_ignored_dynamic_output_shape,
     42             tile_1::get_examples_dynamic_output_shape());
     43 }
     44 
     45 TEST_F(DynamicOutputShapeTest, tile_1_dynamic_output_shape_relaxed) {
     46     execute(tile_1::CreateModel_dynamic_output_shape_relaxed,
     47             tile_1::is_ignored_dynamic_output_shape_relaxed,
     48             tile_1::get_examples_dynamic_output_shape_relaxed());
     49 }
     50 
     51 TEST_F(DynamicOutputShapeTest, tile_1_dynamic_output_shape_float16) {
     52     execute(tile_1::CreateModel_dynamic_output_shape_float16,
     53             tile_1::is_ignored_dynamic_output_shape_float16,
     54             tile_1::get_examples_dynamic_output_shape_float16());
     55 }
     56 
     57 TEST_F(DynamicOutputShapeTest, tile_1_dynamic_output_shape_quant8) {
     58     execute(tile_1::CreateModel_dynamic_output_shape_quant8,
     59             tile_1::is_ignored_dynamic_output_shape_quant8,
     60             tile_1::get_examples_dynamic_output_shape_quant8());
     61 }
     62 
     63