tf.math.multiply

View source on GitHub

Returns x * y element-wise.

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

NOTE: tf.multiply supports broadcasting. More about broadcasting here

Args:

Returns:

A Tensor. Has the same type as x.