pytorch
d806b061 - Support int32 indices in torch.repeat_interleave (#55102)

Commit
3 years ago
Support int32 indices in torch.repeat_interleave (#55102) Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/55102 To avoid casting a tensor to `.long()`, we introduce support for int32 in `torch.repeat_interleave`. Reviewed By: ezyang Differential Revision: D27478235 fbshipit-source-id: 08b4cce65fe94ff10535ddc07e1ba2bacea6a2cf
Author
Brandon Lin
Parents
Loading