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