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

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

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

    Type Parameters

    Parameters

    Returns T

    Doc

Generated using TypeDoc