blob: f3ee37e3264a4307dc755e92204d27868861a5e5 [file] [log] [blame]
// DO NOT EDIT;
// Generated by ml/nn/runtime/test/specs/generate_test.sh
#include "../../TestGenerated.h"
namespace tanh {
std::vector<MixedTypedExample> examples = {
// 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::examples);
}