ai.onnx.Size / build /webgpu /bench.json
Xenova's picture
Xenova HF Staff
sync 2e7068faf55e
064142d verified
Raw
History Blame
362 Bytes
{
"op": "ai.onnx.Size",
"cases": [
{
"name": "rank4",
"inputs": { "data": { "dtype": "float32", "shape": [1, 16, 128, 128] } },
"outputs": { "size": { "dtype": "uint32", "shape": [1] } },
"bench": { "metrics": [{ "type": "bandwidth", "name": "write-BW", "value": "4 * numel(shapes.size)" }] },
"preset": "smoke"
}
]
}