• Computes exponential of the input tf.Tensor minus one element-wise. e ^ x - 1

    const x = tf.tensor1d([1, 2, -3]);

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

    Type Parameters

    Parameters

    Returns T

    Doc

Generated using TypeDoc