[Tensor]#2 reverse the order

Clay Ryu's sound lab·2023년 1월 22일
0

Framework

목록 보기
12/48

there are two ways to reverse the order of tensor and np.ndarray

np.ndarray

np.flip(np.ndarray, axis=-1)
np.ndarray[::-1]

tensor

tensor.flip(-1)
profile
chords & code // harmony with structure

0개의 댓글