Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Dcwise_ops_binary_test.py214 self._compareBoth(x, y, np.arctan2, math_ops.atan2)
220 self._compareBoth(x1, x2, np.arctan2, math_ops.atan2)
281 self._compareBoth(x, y, np.arctan2, math_ops.atan2)
287 self._compareBoth(x1, x2, np.arctan2, math_ops.atan2)
793 self._compareCpu(x1, x2, np.arctan2, math_ops.atan2)
794 self._compareGpu(x1, x2, np.arctan2, math_ops.atan2)
/external/tensorflow/tensorflow/python/lib/core/
Dbfloat16_test.py245 np.floor_divide, np.power, np.remainder, np.fmod, np.heaviside, np.arctan2,
/external/tensorflow/third_party/py/numpy/tf_numpy_api/
Dtensorflow.experimental.numpy.pbtxt180 name: "arctan2"
/external/tensorflow/tensorflow/python/ops/numpy_ops/
Dnp_math_ops.py360 def arctan2(x1, x2): function