B = A[...,newaxis].transpose(0,2,1,3) C = [email protected](0,1,3,2) #Matrix multiplication C = C.transpose(0,3,2,1) ...
確定! 回上一頁