This commit is contained in:
Michael Yang 2024-05-21 21:32:43 -07:00
parent 04f3c12bb7
commit 55f6eba049

View file

@ -35,7 +35,6 @@ func addOnes(data []float32, vectorSize int) ([]float32, error) {
f32s = append(f32s, t...)
}
return f32s, nil
}