1 // clang-format off
2 // Generated file (from: depthwise_conv2d_quant8_large.mod.py). Do not edit
3 #include "../../TestGenerated.h"
4 
5 namespace depthwise_conv2d_quant8_large {
6 // Generated depthwise_conv2d_quant8_large test
7 #include "generated/examples/depthwise_conv2d_quant8_large.example.cpp"
8 // Generated model constructor
9 #include "generated/models/depthwise_conv2d_quant8_large.model.cpp"
10 } // namespace depthwise_conv2d_quant8_large
11 
TEST_F(GeneratedTests,depthwise_conv2d_quant8_large)12 TEST_F(GeneratedTests, depthwise_conv2d_quant8_large) {
13     execute(depthwise_conv2d_quant8_large::CreateModel,
14             depthwise_conv2d_quant8_large::is_ignored,
15             depthwise_conv2d_quant8_large::get_examples());
16 }
TEST_AVAILABLE_SINCE(V1_0,depthwise_conv2d_quant8_large,depthwise_conv2d_quant8_large::CreateModel)17 TEST_AVAILABLE_SINCE(V1_0, depthwise_conv2d_quant8_large, depthwise_conv2d_quant8_large::CreateModel)
18 
19 TEST_F(DynamicOutputShapeTest, depthwise_conv2d_quant8_large_dynamic_output_shape) {
20     execute(depthwise_conv2d_quant8_large::CreateModel_dynamic_output_shape,
21             depthwise_conv2d_quant8_large::is_ignored_dynamic_output_shape,
22             depthwise_conv2d_quant8_large::get_examples_dynamic_output_shape());
23 }
24 
25