Skip to content

Commit

Permalink
Update pytorch-metadata.json
Browse files Browse the repository at this point in the history
  • Loading branch information
lutzroeder committed Mar 7, 2023
1 parent 0c8f322 commit b13654e
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions source/pytorch-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5744,6 +5744,64 @@
{ "type": "Tensor" }
]
},
{
"name": "aten::hamming_window",
"inputs": [
{ "name": "window_length", "type": "int64" },
{ "name": "dtype", "type": "ScalarType", "optional": true, "default": null },
{ "name": "layout", "type": "Layout", "optional": true, "default": null },
{ "name": "device", "type": "Device", "optional": true, "default": null },
{ "name": "pin_memory", "type": "boolean", "optional": true, "default": null }
],
"outputs": [
{ "type": "Tensor" }
]
},
{
"name": "aten::hamming_window.periodic",
"inputs": [
{ "name": "window_length", "type": "int64" },
{ "name": "periodic", "type": "boolean" },
{ "name": "dtype", "type": "ScalarType", "optional": true, "default": null },
{ "name": "layout", "type": "Layout", "optional": true, "default": null },
{ "name": "device", "type": "Device", "optional": true, "default": null },
{ "name": "pin_memory", "type": "boolean", "optional": true, "default": null }
],
"outputs": [
{ "type": "Tensor" }
]
},
{
"name": "aten::hamming_window.periodic_alpha",
"inputs": [
{ "name": "window_length", "type": "int64" },
{ "name": "periodic", "type": "boolean" },
{ "name": "alpha", "type": "float32" },
{ "name": "dtype", "type": "ScalarType", "optional": true, "default": null },
{ "name": "layout", "type": "Layout", "optional": true, "default": null },
{ "name": "device", "type": "Device", "optional": true, "default": null },
{ "name": "pin_memory", "type": "boolean", "optional": true, "default": null }
],
"outputs": [
{ "type": "Tensor" }
]
},
{
"name": "aten::hamming_window.periodic_alpha_beta",
"inputs": [
{ "name": "window_length", "type": "int64" },
{ "name": "periodic", "type": "boolean" },
{ "name": "alpha", "type": "float32" },
{ "name": "beta", "type": "float32" },
{ "name": "dtype", "type": "ScalarType", "optional": true, "default": null },
{ "name": "layout", "type": "Layout", "optional": true, "default": null },
{ "name": "device", "type": "Device", "optional": true, "default": null },
{ "name": "pin_memory", "type": "boolean", "optional": true, "default": null }
],
"outputs": [
{ "type": "Tensor" }
]
},
{
"name": "aten::hann_window",
"inputs": [
Expand Down

0 comments on commit b13654e

Please sign in to comment.