blob: 91530be094a83cca15c93206d2fcf1980aaa423b [file] [log] [blame]
// clang-format off
// Generated file (from: pad_v2_1_float.mod.py). Do not edit
#include "../../TestGenerated.h"
namespace pad_v2_1_float {
// Generated pad_v2_1_float test
#include "generated/examples/pad_v2_1_float.example.cpp"
// Generated model constructor
#include "generated/models/pad_v2_1_float.model.cpp"
} // namespace pad_v2_1_float
TEST_F(GeneratedTests, pad_v2_1_float) {
execute(pad_v2_1_float::CreateModel,
pad_v2_1_float::is_ignored,
pad_v2_1_float::get_examples());
}
TEST_F(GeneratedTests, pad_v2_1_float_float16) {
execute(pad_v2_1_float::CreateModel_float16,
pad_v2_1_float::is_ignored_float16,
pad_v2_1_float::get_examples_float16());
}