• Computes ceiling of input tf.Tensor element-wise: ceil(x)

    const x = tf.tensor1d([.6, 1.1, -3.3]);

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

    Type Parameters

    Parameters

    Returns T

    Doc

Generated using TypeDoc