Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor.h202 virtual Status HandleShiftLeft(HloInstructionPtr hlo) { in HandleShiftLeft() function
Dhlo_evaluator_typed_visitor.h831 Status HandleShiftLeft(HloInstruction* shl) { in HandleShiftLeft() function
845 Status HandleShiftLeft(HloInstruction* shift) { in HandleShiftLeft() function
849 Status HandleShiftLeft(HloInstruction* shl) override { in HandleShiftLeft() function
850 return HandleShiftLeft<ElementwiseT>(shl); in HandleShiftLeft()
Dhlo_instruction.cc2520 return visitor->HandleShiftLeft(this); in Visit()