mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-26 22:35:43 +00:00
32 lines
615 B
Text
32 lines
615 B
Text
|
|
[
|
||
|
|
{
|
||
|
|
"name": "Div with no attributes",
|
||
|
|
"operator": "Div",
|
||
|
|
"attributes": [],
|
||
|
|
"cases": [
|
||
|
|
{
|
||
|
|
"name": "T[2,4] T[2,4] (int32)",
|
||
|
|
"inputs": [
|
||
|
|
{
|
||
|
|
"data": [1, 2, 1, 8, 2, 12, 9, 2],
|
||
|
|
"dims": [2, 4],
|
||
|
|
"type": "int32"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"data": [2, 1, 1, 2, 2, 3, 1, 4],
|
||
|
|
"dims": [2, 4],
|
||
|
|
"type": "int32"
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"outputs": [
|
||
|
|
{
|
||
|
|
"data": [0, 2, 1, 4, 1, 4, 9, 0],
|
||
|
|
"dims": [2, 4],
|
||
|
|
"type": "int32"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|