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.h159 virtual Status HandleNegate(HloInstructionPtr hlo) { in HandleNegate() function
Dhlo_evaluator_typed_visitor.h434 Status HandleNegate(HloInstruction* negate) {
448 Status HandleNegate(HloInstruction* negate) {
456 Status HandleNegate(HloInstruction* negate) override {
457 return HandleNegate<ReturnT>(negate);
Dhlo_instruction_test.cc82 Status HandleNegate(HloInstruction* negate) override { in HandleNegate() function in xla::__anonabde1bd10111::OpAndUserCollectingVisitor
Dalgebraic_simplifier.cc329 Status HandleNegate(HloInstruction* negate) override;
2880 Status AlgebraicSimplifierVisitor::HandleNegate(HloInstruction* negate) { in HandleNegate() function in xla::AlgebraicSimplifierVisitor
Dhlo_instruction.cc3159 return visitor->HandleNegate(this); in Visit()