tf.math.xlogy

Returns 0 if x == 0, and x * log(y) otherwise, elementwise.

tf.math.xlogy(
    x, y, name=None
)

Args:

Returns:

A Tensor. Has the same type as x.