tf.compat.v1.floor_div

Returns x // y element-wise.

tf.compat.v1.floor_div(
    x, y, name=None
)

NOTE: floor_div supports broadcasting. More about broadcasting here

Args:

Returns:

A Tensor. Has the same type as x.