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