Searched refs:HandleNegate (Results 1 – 5 of 5) sorted by relevance
148 virtual Status HandleNegate(HloInstructionPtr hlo) { in HandleNegate() function
400 Status HandleNegate(HloInstruction* negate) { in HandleNegate() function414 Status HandleNegate(HloInstruction* negate) { in HandleNegate() function422 Status HandleNegate(HloInstruction* negate) override { in HandleNegate() function423 return HandleNegate<ReturnT>(negate); in HandleNegate()
214 Status HandleNegate(HloInstruction* negate) override;1859 Status AlgebraicSimplifierVisitor::HandleNegate(HloInstruction* negate) { in HandleNegate() function in xla::AlgebraicSimplifierVisitor
80 Status HandleNegate(HloInstruction* negate) override { in HandleNegate() function in xla::__anon0e998cf30111::OpAndUserCollectingVisitor
2570 return visitor->HandleNegate(this); in Visit()