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