Transposes `a`. Permutes the dimensions according to `perm`. The returned tensor's dimension i will correspond to the input dimension `perm[i]`. If `perm` is not given, it is set to (n-1...0), where n is the rank of the input tensor. Hence by default, this operation performs a regular matri
(a, perm=None, name="transpose", conjugate=False)
source not stored for this graph (policy: none)
no test coverage detected