Searched refs:HandleNegate (Results 1 – 5 of 5) sorted by relevance
159 virtual Status HandleNegate(HloInstructionPtr hlo) { in HandleNegate() function
434 Status HandleNegate(HloInstruction* negate) {448 Status HandleNegate(HloInstruction* negate) {456 Status HandleNegate(HloInstruction* negate) override {457 return HandleNegate<ReturnT>(negate);
82 Status HandleNegate(HloInstruction* negate) override { in HandleNegate() function in xla::__anonabde1bd10111::OpAndUserCollectingVisitor
329 Status HandleNegate(HloInstruction* negate) override;2880 Status AlgebraicSimplifierVisitor::HandleNegate(HloInstruction* negate) { in HandleNegate() function in xla::AlgebraicSimplifierVisitor
3159 return visitor->HandleNegate(this); in Visit()