asc.language.tile.unary_ops.ceil

asc.language.tile.unary_ops.ceil(input: Tile) Tile

Computes the element-wise ceil rounding of input.

Parameters:

input – the input value (tile)

This function can also be called as a member function on Tile, as x.ceil(...) instead of ceil(x, ...).