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