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