Stay organized with collections
Save and categorize content based on your preferences.
Returns x // y element-wise.
tf.compat.v1.floor_div(x,y,name=None)
Args
x
A Tensor. Must be one of the following types: bfloat16, half, float32, float64, uint8, int8, uint16, int16, int32, uint32, uint64, int64, complex64, complex128.