• Computes -1 * x element-wise.

    const x = tf.tensor2d([1, 2, -2, 0], [2, 2]);

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

    Type Parameters

    Parameters

    Returns T

    Doc

Generated using TypeDoc