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