Skip to content

✨[Feature] add support for aten::Index & aten::index_select & aten::index_put_ #468

Closed
@kiddyjinjin

Description

@kiddyjinjin

aten::index && aten::index_put_

  • Function Schema:
    aten::index.Tensor(Tensor self, Tensor?[] indices) -> Tensor
    aten::index_put(Tensor self, Tensor?[] indices, Tensor values, bool accumulate=False) -> Tensor
    aten::index_put_(Tensor(a!) self, Tensor?[] indices, Tensor values, bool accumulate=False) -> Tensor(a!)
  • Tensor Index API:
    https://pytorch.org/cppdocs/notes/tensor_indexing.html

aten::index_select

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions