matrix_transposeΒΆ

Transposes a matrix (or a stack of matrices) x.

Abstract Signature:

matrix_transpose(x: array)

JAX (Core)

API: jax.numpy.matrix_transpose
Strategy: Direct Mapping

NumPy

API: numpy.matrix_transpose
Strategy: Direct Mapping

TensorFlow

API: tf.linalg.matrix_transpose
Strategy: Direct Mapping

Flax NNX

API: jax.numpy.matrix_transpose
Strategy: Direct Mapping