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