Home
last modified time | relevance | path

Searched defs:HandleNegate (Results 1 – 4 of 4) 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
Dhlo_instruction_test.cc80 Status HandleNegate(HloInstruction* negate) override { in HandleNegate() function in xla::__anon0e998cf30111::OpAndUserCollectingVisitor
Dalgebraic_simplifier.cc1859 Status AlgebraicSimplifierVisitor::HandleNegate(HloInstruction* negate) { in HandleNegate() function in xla::AlgebraicSimplifierVisitor