blob: dd8847b27498b4f6bc96e592730252bb88a40869 [file] [log] [blame]
// DO NOT EDIT;
// Generated by ml/nn/runtime/test/specs/generate_test.sh
#include "../../TestGenerated.h"
namespace tanh_relaxed {
std::vector<MixedTypedExample> examples = {
// Generated tanh_relaxed test
#include "generated/examples/tanh_relaxed.example.cpp"
};
// Generated model constructor
#include "generated/models/tanh_relaxed.model.cpp"
} // namespace tanh_relaxed
TEST_F(GeneratedTests, tanh_relaxed) {
execute(tanh_relaxed::CreateModel,
tanh_relaxed::is_ignored,
tanh_relaxed::examples);
}