Skip to content

Add subscriptable (indexing) support to Tensor #1

Description

@msck72

Add support for subscripting the tensor

  1. Support basic indexing:
    x[0]
    x[1, 2]

  2. Support slicing:
    x[0:3]
    x[:, 1]

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions