• Computes inverse hyperbolic tan of the input tf.Tensor element-wise: atanh(x)

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

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

    Type Parameters

    Parameters

    Returns T

    Doc

Generated using TypeDoc