SciSharp / TensorFlow.NET

.NET Standard bindings for Google's TensorFlow for developing, training and deploying Machine Learning models in C# and F#.
https://scisharp.github.io/tensorflow-net-docs
Apache License 2.0
3.17k stars 506 forks source link

fix: More generic array cast #1257

Closed novikov-alexander closed 1 week ago

novikov-alexander commented 2 weeks ago

Now all casts between int<->float<->double tensors work correctly with any ranks however with little loss of performance