tf.math.ceil

Returns element-wise smallest integer not less than x.

tf.math.ceil(
    x, name=None
)

Args:

Returns:

A Tensor. Has the same type as x.