The @ operator calls the array's __matmul__ method, not dot. This method is also present in the API as the function np.matmul. >>> a = np.random.rand(8, 13, ...
確定! 回上一頁