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