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.h204 virtual Status HandleNot(HloInstructionPtr hlo) { in HandleNot() function
Dhlo_evaluator_typed_visitor.h390 Status HandleNot(HloInstruction* not_) {
400 Status HandleNot(HloInstruction* not_) {
411 Status HandleNot(HloInstruction* not_) {
422 Status HandleNot(HloInstruction* not_) {
426 Status HandleNot(HloInstruction* not_) override {
427 return HandleNot<ElementwiseT>(not_);
Dalgebraic_simplifier.cc331 Status HandleNot(HloInstruction* logical_not) override;
2890 Status AlgebraicSimplifierVisitor::HandleNot(HloInstruction* logical_not) { in HandleNot() function in xla::AlgebraicSimplifierVisitor
Dhlo_instruction.cc3193 return visitor->HandleNot(this); in Visit()