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