chainer.functions.floor

chainer.functions.floor(x)[source]

Elementwise floor function.

\[y_i = \lfloor x_i \rfloor\]
Parameters:x (Variable) – Input variable.
Returns:Output variable.
Return type:Variable