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.2k stars 514 forks source link

fix: A new feature for NDArray.max #1091

Closed RayWang-iat closed 1 year ago

RayWang-iat commented 1 year ago

Solve the problem that NDArray.max() does not support max from multiple dimensions and add a TestMethod. #635

And the NDArray.sum() method has already supported max from multiple dimensions.

Thanks!