Home
last modified time | relevance | path

Searched refs:HandleNot (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor.h193 virtual Status HandleNot(HloInstructionPtr hlo) { in HandleNot() function
Dhlo_evaluator_typed_visitor.h356 Status HandleNot(HloInstruction* not_) { in HandleNot() function
366 Status HandleNot(HloInstruction* not_) { in HandleNot() function
377 Status HandleNot(HloInstruction* not_) { in HandleNot() function
388 Status HandleNot(HloInstruction* not_) { in HandleNot() function
392 Status HandleNot(HloInstruction* not_) override { in HandleNot() function
393 return HandleNot<ElementwiseT>(not_); in HandleNot()
Dalgebraic_simplifier.cc216 Status HandleNot(HloInstruction* logical_not) override;
1869 Status AlgebraicSimplifierVisitor::HandleNot(HloInstruction* logical_not) { in HandleNot() function in xla::AlgebraicSimplifierVisitor
Dhlo_instruction.cc2602 return visitor->HandleNot(this); in Visit()