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