Skip to main content

mean_pooling

Function mean_pooling 

Source
pub fn mean_pooling(vectors: &[Vec<f32>]) -> Option<Vec<f32>>
Expand description

Compute the element-wise mean of a collection of vectors.