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