{ "op": "ai.onnx.Identity", "tunableSpace": { "WORKGROUP_SIZE": [64, 128, 256] }, "cases": [ { "name": "identity-f32-1m", "preset": "smoke", "vars": { "dtype": "float32", "count": 1048576 }, "inputs": { "x": { "shape": [1048576], "dtype": "float32", "dist": "normal", "seed": 810, "scale": 1 } }, "outputs": { "y": { "shape": [1048576], "dtype": "float32" } }, "bench": { "primary": true, "metrics": [{ "type": "bandwidth", "value": "args.count * dtypeBytes(args.dtype) * 2" }] } }, { "name": "identity-f32-16m", "preset": "smoke", "vars": { "dtype": "float32", "count": 16777216 }, "inputs": { "x": { "shape": [16777216], "dtype": "float32", "dist": "normal", "seed": 811, "scale": 1 } }, "outputs": { "y": { "shape": [16777216], "dtype": "float32" } }, "bench": { "metrics": [{ "type": "bandwidth", "value": "args.count * dtypeBytes(args.dtype) * 2" }] } }, { "name": "identity-f32-scalar-copy-1m-odd", "preset": "edge", "vars": { "dtype": "float32", "count": 1048577 }, "inputs": { "x": { "shape": [1048577], "dtype": "float32", "dist": "normal", "seed": 812, "scale": 1 } }, "outputs": { "y": { "shape": [1048577], "dtype": "float32", "dist": "empty" } }, "bench": { "metrics": [{ "type": "bandwidth", "value": "args.count * dtypeBytes(args.dtype) * 2" }] } } ] }