chainer.functions.floor

chainer.functions.floor(x)[source]

Elementwise floor function.

yi=xi
Parameters

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

Returns

Output variable.

Return type

Variable