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