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