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