jax.Array.reshape

jax.Array.reshape#

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

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

有关完整文档,请参阅 jax.numpy.reshape()

参数::
返回类型::

Array