mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-18 21:21:17 +00:00
32 lines
550 B
Text
32 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"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|