pub fn load_gradient_from_arrow(bytes: &[u8]) -> Result<Vec<f32>>
Deserialize gradient from Arrow IPC bytes produced by store_gradient_as_arrow.
store_gradient_as_arrow
Reads the "value" column and returns it as Vec<f32>.
"value"
Vec<f32>