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