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