Skip to content

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

Closed
@BalashovK

Description

@BalashovK

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions