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