### 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
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