jax.Array.ravel

Contents

jax.Array.ravel#

abstract Array.ravel(order='C')[source]#

Flatten array into a 1-dimensional shape.

Refer to jax.numpy.ravel() for the full documentation.

Parameters:
Return type:

Array