chainer.functions.floor

chainer.functions.floor(x)[source]

Elementwise floor function.

\[y_i = \lfloor x_i \rfloor\]
Parameters

x (Variable or N-dimensional array) – Input variable.

Returns

Output variable.

Return type

Variable