blob: 81bbbb1bd6c78e04916c7149945bd0201f0843f3 [file] [log] [blame]
// clang-format off
// Generated file (from: split_quant8_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
{},
// int -> QUANT8_ASYMM map
{{0, {1, 2, 3, 4, 5, 6}}}
},
//Output(s)
{ // See tools/test_generator/include/TestHarness.h:MixedTyped
// int -> FLOAT32 map
{},
// int -> INT32 map
{},
// int -> QUANT8_ASYMM map
{{0, {1, 2, 3}}, {1, {4, 5, 6}}}
}
}, // End of an example
};