aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/base_api/api_def_Maximum.pbtxt
blob: e52ca3f45d4d17db7d9353691938471f65bfa199 (plain)
1
2
3
4
5
6
7
8
op {
  graph_op_name: "Maximum"
  summary: "Returns the max of x and y (i.e. x > y ? x : y) element-wise."
  description: <<END
*NOTE*: `Maximum` supports broadcasting. More about broadcasting
[here](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html)
END
}