Home
last modified time | relevance | path

Searched refs:HandleShiftRightLogical (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor.h208 virtual Status HandleShiftRightLogical(HloInstructionPtr hlo) { in HandleShiftRightLogical() function
Dhlo_evaluator_typed_visitor.h887 Status HandleShiftRightLogical(HloInstruction* shr) { in HandleShiftRightLogical() function
906 Status HandleShiftRightLogical(HloInstruction* shift) { in HandleShiftRightLogical() function
910 Status HandleShiftRightLogical(HloInstruction* shrl) override { in HandleShiftRightLogical() function
911 return HandleShiftRightLogical<ElementwiseT>(shrl); in HandleShiftRightLogical()
Dhlo_instruction.cc2524 return visitor->HandleShiftRightLogical(this); in Visit()