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