numpy 中的reshape函数包含一个order变量,默认order='C', ... return x.reshape(*reversed(shape)).permute(*reversed(range(len(shape)))) ...
確定! 回上一頁