ai.onnx.If / build /webgpu /bench.json
Xenova's picture
Xenova HF Staff
sync 2e7068faf55e
b1ec92f verified
Raw
History Blame
613 Bytes
{
"op": "ai.onnx.If",
"cases": [
{
"name": "lowered_select_1m",
"preset": "smoke",
"inputs": {
"cond": { "dtype": "uint32", "shape": [1], "data": { "kind": "values", "values": [1] } },
"then_value": { "dtype": "float32", "shape": [1048576] },
"else_value": { "dtype": "float32", "shape": [1048576] }
},
"outputs": { "y": { "dtype": "float32", "shape": [1048576] } },
"bench": {
"metrics": [
{ "type": "bandwidth", "value": "4 * (numel(shapes.cond) + numel(shapes.then_value) + numel(shapes.y))" }
]
}
}
]
}