pub fn batch_forward(net: &FeedForwardNet, batch: &[Vec<f32>]) -> Vec<Vec<f32>>
Run a forward pass for every sample in batch.
batch