chainer.functions.rsqrt

chainer.functions.rsqrt(x)[source]

Computes elementwise reciprocal of square root of input xi.

yi=1xi.
Parameters

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

Returns

Output variable.

Return type

Variable

See also

sqrt()