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