Home
last modified time | relevance | path

Searched defs:HandleNot (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
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
Ddfs_hlo_visitor.h193 virtual Status HandleNot(HloInstructionPtr hlo) { in HandleNot() function
Dalgebraic_simplifier.cc1869 Status AlgebraicSimplifierVisitor::HandleNot(HloInstruction* logical_not) { in HandleNot() function in xla::AlgebraicSimplifierVisitor