blob: da26d9e3f392af4ccdf322d85def722b32343125 [file] [log] [blame]
// clang-format off
// Generated file (from: depthwise_conv2d_float_large_2.mod.py). Do not edit
std::vector<MixedTypedExample>& get_examples() {
static std::vector<MixedTypedExample> examples = {
// Begin of an example
{
.operands = {
//Input(s)
{ // See tools/test_generator/include/TestHarness.h:MixedTyped
// int -> FLOAT32 map
{{0, {10.0f, 21.0f, 100.0f, 0.0f, 10.0f, 22.0f, 200.0f, 0.0f, 10.0f, 23.0f, 300.0f, 0.0f, 10.0f, 24.0f, 400.0f, 0.0f}}},
// int -> INT32 map
{},
// int -> QUANT8_ASYMM map
{},
// int -> QUANT16_SYMM map
{},
// int -> FLOAT16 map
{},
},
//Output(s)
{ // See tools/test_generator/include/TestHarness.h:MixedTyped
// int -> FLOAT32 map
{{0, {600010.0f, 700046.0f, 830000.0f, 900000.0f}}},
// int -> INT32 map
{},
// int -> QUANT8_ASYMM map
{},
// int -> QUANT16_SYMM map
{},
// int -> FLOAT16 map
{},
}
},
}, // End of an example
};
return examples;
};