mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
### Description Fixes build break brought by #19614 Currently WebGL backend does not support zero sized tensor. This change split test data into 2 parts, and only enable zero sized tensor tests for WebGPU.
31 lines
550 B
Text
31 lines
550 B
Text
[
|
|
{
|
|
"name": "Add with no attributes",
|
|
"operator": "Add",
|
|
"attributes": [],
|
|
"cases": [
|
|
{
|
|
"name": "T[2,0] T[2,1]",
|
|
"inputs": [
|
|
{
|
|
"data": [],
|
|
"dims": [2, 0],
|
|
"type": "float32"
|
|
},
|
|
{
|
|
"data": [1, 2],
|
|
"dims": [2, 1],
|
|
"type": "float32"
|
|
}
|
|
],
|
|
"outputs": [
|
|
{
|
|
"data": [],
|
|
"dims": [2, 0],
|
|
"type": "float32"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|