fn parse_f32_vector_from_string(s: &str) -> Result<Vec<f32>>
Parse a string to a vector value. Valid inputs are strings like “[1.0, 2.0, 3.0]”.