• Computes square root of the input tf.Tensor element-wise: y = sqrt(x)

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

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

    Type Parameters

    Parameters

    Returns T

    Doc

Generated using TypeDoc