chainer.functions.ceil

chainer.functions.ceil(x)[source]

Elementwise ceil function.

yi=xi
Parameters

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

Returns

Output variable.

Return type

Variable