SelectΒΆ
Slices the input tensor along the selected dimension at the given index.
Abstract Signature:
Select(input: Tensor, dim: int, index: int)
Apple MLX
API:
βStrategy: Custom / Partial
Slices the input tensor along the selected dimension at the given index.
Abstract Signature:
Select(input: Tensor, dim: int, index: int)
β