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