Python wrappers
Public Python APIs implemented by this engine symbol.Reverse all axes of a: equivalent to permute(a, [ndim-1, …, 1, 0]).
See Also
T_op : Alias used to implement the .T property.
mT_op : Batch-matrix-transpose variant that only swaps the last two
axes.
Parameters
aTensorImplPtrInput tensor.
Returns
TensorImplPtrView of a with reversed axis order.