torch.flip(input, dims) → Tensor. Reverse the order of a n-D tensor along given axis in dims. Note. torch.flip makes a copy of input 's data.
確定! 回上一頁