jax.Array.flatten# abstract Array.flatten(order='C')[source]# 将数组展平成一维形状。 有关完整文档,请参考 jax.numpy.ravel(). 参数:: self (Array) order (str) 返回类型:: 数组