TCopy ===== Performs transpose (2D) and returns a fresh copy. **Abstract Signature:** ``TCopy(input: Tensor)`` .. raw:: html

PyTorch

API: torch.t_copy
Strategy: Direct Mapping

JAX (Core)

API:
Strategy: Macro 'jax.numpy.transpose({input}).copy()'

NumPy

API:
Strategy: Macro 'numpy.transpose({input}).copy()'

Apple MLX

API: mlx.core.transpose
Strategy: Direct Mapping