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