Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
BalashovK opened this issue Jul 1, 2023 · 1 comment
Closed

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

BalashovK opened this issue Jul 1, 2023 · 1 comment

Comments

@BalashovK
Copy link
Contributor

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
Copy link
Collaborator

I'm agree with you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants