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