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

    const x = tf.tensor1d([10, 1, 3, 5.7]);

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

    Type Parameters

    Parameters

    Returns T

    Doc

Generated using TypeDoc