blob: 6df3e146de60c61e6cb51c2ddc8614c48e55060f [file] [log] [blame]
// clang-format off
// Generated file (from: tanh.mod.py). Do not edit
#include "../../TestGenerated.h"
namespace tanh {
// Generated tanh test
#include "generated/examples/tanh.example.cpp"
// Generated model constructor
#include "generated/models/tanh.model.cpp"
} // namespace tanh
TEST_F(GeneratedTests, tanh) {
execute(tanh::CreateModel,
tanh::is_ignored,
tanh::get_examples());
}