gorgonia / tensor

package tensor provides efficient and generic n-dimensional arrays in Go that are useful for machine learning and deep learning purposes
Apache License 2.0
359 stars 49 forks source link

Fix 48 more possible memory confusion bugs #72

Closed jlauinger closed 4 years ago

jlauinger commented 4 years ago

I found 48 more incorrect slice constructions in the native package and fixed them. These are similar to #68.

coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.05%) to 73.186% when pulling b880a4593d93bf15570fa7d78e6eb5075b841739 on jlauinger:fix-unsafe-slices into 2452c8becc8d2cc4310bf489ed1d0610abaf5c7b on gorgonia:master.