|
|
@@ -2969,5 +2969,49 @@
|
|
|
{ "name": "output", "type": "tensor" }
|
|
|
]
|
|
|
}
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "torch.sin",
|
|
|
+ "schema": {
|
|
|
+ "inputs": [
|
|
|
+ { "name": "self", "type": "tensor" }
|
|
|
+ ],
|
|
|
+ "outputs": [
|
|
|
+ { "name": "output", "type": "tensor" }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "torch.sinh",
|
|
|
+ "schema": {
|
|
|
+ "inputs": [
|
|
|
+ { "name": "self", "type": "tensor" }
|
|
|
+ ],
|
|
|
+ "outputs": [
|
|
|
+ { "name": "output", "type": "tensor" }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "torch.cos",
|
|
|
+ "schema": {
|
|
|
+ "inputs": [
|
|
|
+ { "name": "self", "type": "tensor" }
|
|
|
+ ],
|
|
|
+ "outputs": [
|
|
|
+ { "name": "output", "type": "tensor" }
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "torch.cosh",
|
|
|
+ "schema": {
|
|
|
+ "inputs": [
|
|
|
+ { "name": "self", "type": "tensor" }
|
|
|
+ ],
|
|
|
+ "outputs": [
|
|
|
+ { "name": "output", "type": "tensor" }
|
|
|
+ ]
|
|
|
+ }
|
|
|
}
|
|
|
]
|