SwapAxesΒΆ
Interchange two axes of an array.
Abstract Signature:
SwapAxes(a: Array, axis1: int, axis2: int)
TensorFlow
API:
tf.experimental.numpy.swapaxesStrategy: Macro 'tf.transpose({a}, perm=...)'
Interchange two axes of an array.
Abstract Signature:
SwapAxes(a: Array, axis1: int, axis2: int)
tf.experimental.numpy.swapaxes