Home
last modified time | relevance | path

Searched refs:_truediv_python3 (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dmath_ops.py274 return _truediv_python3(self.x, y, self.name)
956 def _truediv_python3(x, y, name=None): function
1030 return _truediv_python3(x, y, name)
1178 _OverrideBinaryOperatorHelper(_truediv_python3, "truediv")