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