Home
last modified time | relevance | path

Searched refs:HandleNegate (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor.h148 virtual Status HandleNegate(HloInstructionPtr hlo) { in HandleNegate() function
Dhlo_evaluator_typed_visitor.h400 Status HandleNegate(HloInstruction* negate) { in HandleNegate() function
414 Status HandleNegate(HloInstruction* negate) { in HandleNegate() function
422 Status HandleNegate(HloInstruction* negate) override { in HandleNegate() function
423 return HandleNegate<ReturnT>(negate); in HandleNegate()
Dalgebraic_simplifier.cc214 Status HandleNegate(HloInstruction* negate) override;
1859 Status AlgebraicSimplifierVisitor::HandleNegate(HloInstruction* negate) { in HandleNegate() function in xla::AlgebraicSimplifierVisitor
Dhlo_instruction_test.cc80 Status HandleNegate(HloInstruction* negate) override { in HandleNegate() function in xla::__anon0e998cf30111::OpAndUserCollectingVisitor
Dhlo_instruction.cc2570 return visitor->HandleNegate(this); in Visit()