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