|
|
@@ -2331,6 +2331,17 @@
|
|
|
{ "name": "output", "type": "Tensor" }
|
|
|
]
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "torch.rot90",
|
|
|
+ "inputs": [
|
|
|
+ { "name": "self", "type": "Tensor" },
|
|
|
+ { "name": "k", "type": "int64", "default": 1 },
|
|
|
+ { "name": "dims", "type": "int64[]", "default": [ 0, 1 ] }
|
|
|
+ ],
|
|
|
+ "outputs": [
|
|
|
+ { "name": "output", "type": "Tensor" }
|
|
|
+ ]
|
|
|
+ },
|
|
|
{
|
|
|
"name": "torch.round",
|
|
|
"inputs": [
|