chainerx.ceil

chainerx.ceil(x)

Return the ceiling of the input, element-wise..

Parameters

x (ndarray) – Input array.

Returns

The ceiling of each element in array.

Return type

ndarray

See also

numpy.ceil