aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/python_api/api_def_Atan.pbtxt
blob: dfcd632558192c4af0e4c8cf3d8b621ef48ef930 (plain)
1
2
3
4
5
6
7
8
9
10
op {
  graph_op_name: "Atan"
  endpoint {
    name: "math.atan"
  }
  endpoint {
    name: "atan"
    deprecation_message: "tf.atan is deprecated, please use tf.math.atan instead."
  }
}