Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py491 def _tf_gcd(x1, x2): # pylint: disable=missing-function-docstring function
522 return _bin_op(_tf_gcd, x1, x2)
530 d = _tf_gcd(x1, x2)