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