chainerx.floor

chainerx.floor(x)

Return the floor of the input, element-wise. :param x: Input array. :type x: ~chainerx.ndarray

Returns

The floor of each element in array.

Return type

ndarray

See also

numpy.floor