• Computes hyperbolic tangent of the input tf.Tensor element-wise: tanh(x)

    const x = tf.tensor1d([0, 1, -1, 70]);

    x.tanh().print(); // or tf.tanh(x)

    Type Parameters

    Parameters

    Returns T

    Doc

Generated using TypeDoc