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