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