SelectCopy
==========
Slices the tensor, returning a copy.
**Abstract Signature:**
``SelectCopy(input: Tensor, dim: int, index: int)``
.. raw:: html
PyTorch
API: torch.select_copy
Strategy: Direct Mapping
JAX (Core)
API: jax.lax.index_take
Strategy: Direct Mapping
NumPy
API: numpy.take
Strategy: Direct Mapping