Tutorials
Examples
References
Other
Community
chainer.functions.
rsqrt
Computes elementwise reciprocal of square root of input \(x_i\).
x (Variable or N-dimensional array) – Input variable.
Variable
Output variable.
See also
sqrt()