Divides x / y elementwise (using Python 3 division operator semantics). NOTE: Prefer using the Tensor operator or tf.divide which obey Python division operator semantics. This function forces Python 3 division operator semantics where all integer arguments are cast to floating types first.
(x, y, name=None)
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected