tf.sqrt
tf.sqrt
tf.sqrt
sqrt( x, name=None )
Defined in tensorflow/python/ops/math_ops.py
.
See the guide: Math > Basic Math Functions
Computes square root of x element-wise.
I.e., \(y = \sqrt{x} = x^{1/2}\).
Args:
-
x
: ATensor
orSparseTensor
. Must be one of the following types:hal