• Computes reciprocal of x element-wise: 1 / x

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

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

    Type Parameters

    Parameters

    Returns T

    Doc

Generated using TypeDoc