mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
50 lines
1.3 KiB
Text
50 lines
1.3 KiB
Text
[
|
|
{
|
|
"name": "Transpose int32",
|
|
"operator": "Transpose",
|
|
"attributes": [{ "name": "perm", "data": [1, 0, 2], "type": "ints" }],
|
|
"cases": [
|
|
{
|
|
"name": "T[2,3]",
|
|
"inputs": [
|
|
{
|
|
"data": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],
|
|
"dims": [2, 3, 4],
|
|
"type": "int32"
|
|
}
|
|
],
|
|
"outputs": [
|
|
{
|
|
"data": [1, 2, 3, 4, 13, 14, 15, 16, 5, 6, 7, 8, 17, 18, 19, 20, 9, 10, 11, 12, 21, 22, 23, 24],
|
|
"dims": [3, 2, 4],
|
|
"type": "int32"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "Transpose uint32",
|
|
"operator": "Transpose",
|
|
"attributes": [{ "name": "perm", "data": [1, 0, 2], "type": "ints" }],
|
|
"cases": [
|
|
{
|
|
"name": "T[2,3]",
|
|
"inputs": [
|
|
{
|
|
"data": [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24],
|
|
"dims": [2, 3, 4],
|
|
"type": "uint32"
|
|
}
|
|
],
|
|
"outputs": [
|
|
{
|
|
"data": [1, 2, 3, 4, 13, 14, 15, 16, 5, 6, 7, 8, 17, 18, 19, 20, 9, 10, 11, 12, 21, 22, 23, 24],
|
|
"dims": [3, 2, 4],
|
|
"type": "uint32"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|