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