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