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