Skip to content

[torchlib] aten::index on boolean indicies #1141

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
justinchuby opened this issue Nov 9, 2023 · 0 comments · Fixed by #1285
Closed

[torchlib] aten::index on boolean indicies #1141

justinchuby opened this issue Nov 9, 2023 · 0 comments · Fixed by #1285
Assignees
Labels
contribution welcome We welcome code contributions for this module: torchlib Related to the torch/aten function lib in development

Comments

@justinchuby
Copy link
Collaborator

Implement index.Tensor(Tensor self, Tensor?[] indices) -> Tensor when indices is boolean.

@justinchuby justinchuby added the module: torchlib Related to the torch/aten function lib in development label Nov 9, 2023
@fatcat-z fatcat-z self-assigned this Jan 25, 2024
@justinchuby justinchuby added the contribution welcome We welcome code contributions for this label Feb 8, 2024
justinchuby pushed a commit that referenced this issue Mar 5, 2024
…1285)

Implement index.Tensor(Tensor self, Tensor?[] indices) -> Tensor when
indices is boolean.

Fix #1141
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution welcome We welcome code contributions for this module: torchlib Related to the torch/aten function lib in development
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants