IndexSelectΒΆ
Returns a new tensor which indexes the input tensor along dimension dim using the entries in index.
Abstract Signature:
IndexSelect(input: Tensor, dim: int, index: Tensor)
Returns a new tensor which indexes the input tensor along dimension dim using the entries in index.
Abstract Signature:
IndexSelect(input: Tensor, dim: int, index: Tensor)