Searched refs:arctan2 (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | cwise_ops_binary_test.py | 214 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/ |
D | bfloat16_test.py | 245 np.floor_divide, np.power, np.remainder, np.fmod, np.heaviside, np.arctan2,
|
/external/tensorflow/third_party/py/numpy/tf_numpy_api/ |
D | tensorflow.experimental.numpy.pbtxt | 180 name: "arctan2"
|
/external/tensorflow/tensorflow/python/ops/numpy_ops/ |
D | np_math_ops.py | 360 def arctan2(x1, x2): function
|