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