Searched refs:HandleNot (Results 1 – 4 of 4) sorted by relevance
193 virtual Status HandleNot(HloInstructionPtr hlo) { in HandleNot() function
356 Status HandleNot(HloInstruction* not_) { in HandleNot() function366 Status HandleNot(HloInstruction* not_) { in HandleNot() function377 Status HandleNot(HloInstruction* not_) { in HandleNot() function388 Status HandleNot(HloInstruction* not_) { in HandleNot() function392 Status HandleNot(HloInstruction* not_) override { in HandleNot() function393 return HandleNot<ElementwiseT>(not_); in HandleNot()
216 Status HandleNot(HloInstruction* logical_not) override;1869 Status AlgebraicSimplifierVisitor::HandleNot(HloInstruction* logical_not) { in HandleNot() function in xla::AlgebraicSimplifierVisitor
2602 return visitor->HandleNot(this); in Visit()