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