blob: 1bec34d9cd1e0b9449d0ca50de365ec2841e9971 [file] [log] [blame]
// clang-format off
// Generated file (from: split_int32_2_relaxed.mod.py). Do not edit
std::vector<MixedTypedExample> examples = {
// Begin of an example
{
//Input(s)
{ // See tools/test_generator/include/TestHarness.h:MixedTyped
// int -> FLOAT32 map
{},
// int -> INT32 map
{{0, {1, 2, 3, 4, 5, 6}}},
// int -> QUANT8_ASYMM map
{}
},
//Output(s)
{ // See tools/test_generator/include/TestHarness.h:MixedTyped
// int -> FLOAT32 map
{},
// int -> INT32 map
{{0, {1, 2, 3}}, {1, {4, 5, 6}}},
// int -> QUANT8_ASYMM map
{}
}
}, // End of an example
};