mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-31 23:27:43 +00:00
32 lines
614 B
Text
32 lines
614 B
Text
|
|
[
|
||
|
|
{
|
||
|
|
"name": "Add with no attributes",
|
||
|
|
"operator": "Add",
|
||
|
|
"attributes": [],
|
||
|
|
"cases": [
|
||
|
|
{
|
||
|
|
"name": "T[2,4] T[2,4] (int32)",
|
||
|
|
"inputs": [
|
||
|
|
{
|
||
|
|
"data": [1, 2, 1, 3, 2, 3, 1, 2],
|
||
|
|
"dims": [2, 4],
|
||
|
|
"type": "int32"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"data": [2, 1, 1, 2, 2, 3, 1, 4],
|
||
|
|
"dims": [2, 4],
|
||
|
|
"type": "int32"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"outputs": [
|
||
|
|
{
|
||
|
|
"data": [3, 3, 2, 5, 4, 6, 2, 6],
|
||
|
|
"dims": [2, 4],
|
||
|
|
"type": "int32"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|