Tensorflow squared_difference

less than 1 minute read

tf.squared_difference( x, y, name=None )

file location guide location function
Defined in tensorflow/python/ops/gen_math_ops.py. See the guide: Math > Basic Math Returns (x - y)(x - y) element-wise.