pub fn tiny_mlp_scores( features: &[f64], input_weights: &[f64], hidden_bias: &[f64], output_weights: &[f64], output_bias: &[f64], ) -> Vec<f64>