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 Jan 11, 2025
1 parent 02e05e5 commit 8dfb85e
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions source/pytorch-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,27 @@
{
"name": "aten::clear.Tensor(Dict(Tensor, t)(a!) self) -> ()"
},
{
"name": "aten::_set_item.t(t[](a!) l, int idx, t(b -> *) el) -> t[](a!)"
},
{
"name": "aten::_set_item.str(Dict(str, t)(a!) l, str(b -> *) idx, t(c -> *) v) -> ()"
},
{
"name": "aten::_set_item.int(Dict(int, t)(a!) l, int(b -> *) idx, t(c -> *) v) -> ()"
},
{
"name": "aten::_set_item.bool(Dict(bool, t)(a!) l, bool(b -> *) idx, t(c -> *) v) -> ()"
},
{
"name": "aten::_set_item.float(Dict(float, t)(a!) l, float(b -> *) idx, t(c -> *) v) -> ()"
},
{
"name": "aten::_set_item.complex(Dict(complex, t)(a!) l, complex(b -> *) idx, t(c -> *) v) -> ()"
},
{
"name": "aten::_set_item.Tensor(Dict(Tensor, t)(a!) l, Tensor(b -> *) idx, t(c -> *) v) -> ()"
},
{
"name": "aten::extend.t(t[](a!) self, t[] other) -> ()"
},
Expand Down Expand Up @@ -797,6 +818,12 @@
{
"name": "prim::TupleUnpack(Any tup) -> ..."
},
{
"name": "aten::__derive_index(int index, int start, int step) -> int"
},
{
"name": "aten::__range_length(int lo, int hi, int step) -> int"
},
{
"name": "aten::cpu(Tensor(a) self) -> Tensor(a|b)"
},
Expand Down Expand Up @@ -4039,6 +4066,18 @@
{
"name": "aten::cumsum.out(Tensor self, int dim, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!)"
},
{
"name": "aten::cumprod(Tensor self, int dim, *, ScalarType? dtype=None) -> Tensor"
},
{
"name": "aten::cumprod.dimname(Tensor self, str dim, *, ScalarType? dtype=None) -> Tensor"
},
{
"name": "aten::cumprod.dimname_out(Tensor self, str dim, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!)"
},
{
"name": "aten::cumprod.out(Tensor self, int dim, *, ScalarType? dtype=None, Tensor(a!) out) -> Tensor(a!)"
},
{
"name": "aten::log_softmax.int(Tensor self, int dim, ScalarType? dtype=None) -> Tensor",
"category": "Activation"
Expand Down

0 comments on commit 8dfb85e

Please sign in to comment.