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