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.23k stars 517 forks source link

tf.exp.cs - exp shall be moved to tf.math.cs #1128

Closed BalashovK closed 1 year ago

BalashovK commented 1 year ago

Description

For consistency, src/APIs/tf.exp.cs shall be removed.

These 2 lines of code:

public Tensor exp(Tensor x, string name = null) => gen_math_ops.exp(x, name);

shall be moved to src/APIs/tf.math.cs

Wanglongzhi2001 commented 1 year ago

I'm agree with you.