aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/base_api/api_def_Atan2.pbtxt
blob: d2c8ef593932374b940898cb4c72f37e3a7ff14e (plain)
1
2
3
4
5
6
7
8
9
10
11
op {
  graph_op_name: "Atan2"
  summary: "Computes arctangent of `y/x` element-wise, respecting signs of the arguments."
  description: <<END
This is the angle \( \theta \in [-\pi, \pi] \) such that
\[ x = r \cos(\theta) \]
and
\[ y = r \sin(\theta) \]
where \(r = \sqrt(x^2 + y^2) \).
END
}