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.h228 virtual Status HandleShiftRightLogical(HloInstructionPtr hlo) { in HandleShiftRightLogical() function
Dhlo_evaluator_typed_visitor.h811 Status HandleShiftRightLogical(HloInstruction* shr) override {
Dhlo_instruction.cc3524 return visitor->HandleShiftRightLogical(this); in Visit()