1 // clang-format off
2 // Generated file (from: lsh_projection_float16.mod.py). Do not edit
3 #include "../../TestGenerated.h"
4
5 namespace lsh_projection_float16 {
6 // Generated lsh_projection_float16 test
7 #include "generated/examples/lsh_projection_float16.example.cpp"
8 // Generated model constructor
9 #include "generated/models/lsh_projection_float16.model.cpp"
10 } // namespace lsh_projection_float16
11
TEST_F(GeneratedTests,lsh_projection_float16)12 TEST_F(GeneratedTests, lsh_projection_float16) {
13 execute(lsh_projection_float16::CreateModel,
14 lsh_projection_float16::is_ignored,
15 lsh_projection_float16::get_examples());
16 }
TEST_AVAILABLE_SINCE(V1_2,lsh_projection_float16,lsh_projection_float16::CreateModel)17 TEST_AVAILABLE_SINCE(V1_2, lsh_projection_float16, lsh_projection_float16::CreateModel)
18
19 TEST_F(GeneratedTests, lsh_projection_float16_float16) {
20 execute(lsh_projection_float16::CreateModel_float16,
21 lsh_projection_float16::is_ignored_float16,
22 lsh_projection_float16::get_examples_float16());
23 }
TEST_AVAILABLE_SINCE(V1_2,lsh_projection_float16_float16,lsh_projection_float16::CreateModel_float16)24 TEST_AVAILABLE_SINCE(V1_2, lsh_projection_float16_float16, lsh_projection_float16::CreateModel_float16)
25
26 TEST_F(DynamicOutputShapeTest, lsh_projection_float16_dynamic_output_shape) {
27 execute(lsh_projection_float16::CreateModel_dynamic_output_shape,
28 lsh_projection_float16::is_ignored_dynamic_output_shape,
29 lsh_projection_float16::get_examples_dynamic_output_shape());
30 }
31
TEST_F(DynamicOutputShapeTest,lsh_projection_float16_dynamic_output_shape_float16)32 TEST_F(DynamicOutputShapeTest, lsh_projection_float16_dynamic_output_shape_float16) {
33 execute(lsh_projection_float16::CreateModel_dynamic_output_shape_float16,
34 lsh_projection_float16::is_ignored_dynamic_output_shape_float16,
35 lsh_projection_float16::get_examples_dynamic_output_shape_float16());
36 }
37
38