blob: a316ee4b656841736e06496a84b287d152cc5140 [file] [log] [blame]
// clang-format off
// Generated file (from: split_float_3_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
{{0, {1.0f, 2.0f, 3.0f, 4.0f, 5.0f, 6.0f}}},
// int -> INT32 map
{},
// int -> QUANT8_ASYMM map
{}
},
//Output(s)
{ // See tools/test_generator/include/TestHarness.h:MixedTyped
// int -> FLOAT32 map
{{0, {1.0f, 4.0f}}, {1, {2.0f, 5.0f}}, {2, {3.0f, 6.0f}}},
// int -> INT32 map
{},
// int -> QUANT8_ASYMM map
{}
}
}, // End of an example
};