jax.Array.reshape# abstract Array.reshape(*args, order='C')[source]# 返回一个包含相同数据的数组,但具有新的形状。 有关完整文档,请参阅 jax.numpy.reshape()。 参数:: self (Array) args (Any) order (str) 返回类型:: Array