blob: 0a285a1d93c63b21801248b30e7a1c76a721e340 [file] [log] [blame]
// clang-format off
// Generated file (from: split_float_1_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, 2.0f}}, {1, {3.0f, 4.0f}}, {2, {5.0f, 6.0f}}},
// int -> INT32 map
{},
// int -> QUANT8_ASYMM map
{}
}
}, // End of an example
};