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