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