Returns conj(x - y)(x - y) element-wise.
tf.math.squared_difference(
x: _atypes.TensorFuzzingAnnotation[TV_SquaredDifference_T],
y: _atypes.TensorFuzzingAnnotation[TV_SquaredDifference_T],
name=None
) -> _atypes.TensorFuzzingAnnotation[TV_SquaredDifference_T]
Returns | |
---|---|
A Tensor . Has the same type as x .
|