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 Feb 9, 2025
1 parent 29abbe2 commit 9659eb2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions source/pytorch-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,21 @@
{
"name": "aten::bin(int i) -> str"
},
{
"name": "aten::remove.int(int[](a!) self, int el) -> ()"
},
{
"name": "aten::remove.float(float[](a!) self, float el) -> ()"
},
{
"name": "aten::remove.bool(bool[](a!) self, bool el) -> ()"
},
{
"name": "aten::remove.Tensor(Tensor[](a!) self, Tensor el) -> ()"
},
{
"name": "aten::remove.str(str[](a!) self, str el) -> ()"
},
{
"name": "aten::_unwrap_optional(t(a)? optional) -> t(a)"
},
Expand Down

0 comments on commit 9659eb2

Please sign in to comment.