// clang-format off
// Generated file (from: conv_quant8_channels.mod.py). Do not edit
#include "../../TestGenerated.h"

namespace conv_quant8_channels {
// Generated conv_quant8_channels test
#include "generated/examples/conv_quant8_channels.example.cpp"
// Generated model constructor
#include "generated/models/conv_quant8_channels.model.cpp"
} // namespace conv_quant8_channels

TEST_F(GeneratedTests, conv_quant8_channels) {
    execute(conv_quant8_channels::CreateModel,
            conv_quant8_channels::is_ignored,
            conv_quant8_channels::get_examples());
}
TEST_AVAILABLE_SINCE(V1_0, conv_quant8_channels, conv_quant8_channels::CreateModel)

TEST_F(DynamicOutputShapeTest, conv_quant8_channels_dynamic_output_shape) {
    execute(conv_quant8_channels::CreateModel_dynamic_output_shape,
            conv_quant8_channels::is_ignored_dynamic_output_shape,
            conv_quant8_channels::get_examples_dynamic_output_shape());
}