File size: 1,697 Bytes
c3bbe43 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 | {
"op": "ai.onnx.SplitToSequence",
"cases": [
{
"name": "split3-1536x256-f32",
"attrs": { "axis": 0 },
"inputs": {
"input": { "dtype": "float32", "shape": [1536, 256] },
"split": { "dtype": "uint32", "shape": [3], "data": { "kind": "values", "values": [512, 512, 512] } }
},
"outputs": {
"y0": { "dtype": "float32", "shape": [512, 256] },
"y1": { "dtype": "float32", "shape": [512, 256] },
"y2": { "dtype": "float32", "shape": [512, 256] }
},
"preset": "smoke"
},
{
"name": "rank6_squeeze_six_outputs_addr_arith_f32_stress",
"preset": "stress",
"attrs": { "axis": 1, "keepdims": 0 },
"inputs": {
"input": { "dtype": "float32", "shape": [8, 6, 4, 4, 16, 64], "dist": "normal", "seed": 1234, "scale": 2 },
"split": { "dtype": "uint32", "shape": [], "dist": "constant", "value": 1 }
},
"outputs": {
"y0": { "dtype": "float32", "shape": [8, 4, 4, 16, 64], "dist": "empty" },
"y1": { "dtype": "float32", "shape": [8, 4, 4, 16, 64], "dist": "empty" },
"y2": { "dtype": "float32", "shape": [8, 4, 4, 16, 64], "dist": "empty" },
"y3": { "dtype": "float32", "shape": [8, 4, 4, 16, 64], "dist": "empty" },
"y4": { "dtype": "float32", "shape": [8, 4, 4, 16, 64], "dist": "empty" },
"y5": { "dtype": "float32", "shape": [8, 4, 4, 16, 64], "dist": "empty" }
},
"bench": {
"primary": true,
"metrics": [
{ "type": "elements", "value": "numel(shapes.input)" },
{ "type": "bandwidth", "value": "numel(shapes.input)*4*2", "unit": "GB/s" }
]
}
}
]
}
|