We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2109688 commit f15a608Copy full SHA for f15a608
src/TensorFlowNET.Core/APIs/tf.nn.cs
@@ -112,6 +112,7 @@ public Tensor embedding_lookup(Tensor @params,
112
113
public IActivation relu() => new relu();
114
public IActivation swish() => new swish();
115
+ public IActivation tanh() => new tanh();
116
117
public Tensor relu(Tensor features, string name = null) => gen_nn_ops.relu(features, name);
118
0 commit comments