jax.Array.reshape#

abstract Array.reshape(*args, order='C')[源代码]#

返回一个包含相同数据但具有新形状的数组。

请参阅 jax.numpy.reshape() 获取完整文档。

参数:
返回类型:

Array