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