Searched defs:logical_not (Results 1 – 4 of 4) sorted by relevance
37 struct logical_not { struct42 struct logical_not<void> { struct
97 logical_not = _unary_op(math_ops.logical_not) variable
1045 def logical_not(x): function
2890 Status AlgebraicSimplifierVisitor::HandleNot(HloInstruction* logical_not) { in HandleNot()