TCopyΒΆ

Performs transpose (2D) and returns a fresh copy.

Abstract Signature:

TCopy(input: Tensor)

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