chainer.functions.rsqrt

chainer.functions.rsqrt(x)[source]

Computes elementwise reciprocal of square root of input \(x_i\).

\[y_i = {1 \over \sqrt x_i}.\]
Parameters:x (Variable) – Input variable.
Returns:Output variable.
Return type:Variable

See also

sqrt()