Home
last modified time | relevance | path

Searched refs:HandleRemainder (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor.h130 virtual Status HandleRemainder(HloInstructionPtr hlo) { in HandleRemainder() function
Dhlo_evaluator_typed_visitor.h686 Status HandleRemainder(HloInstruction* remainder) { in HandleRemainder() function
698 Status HandleRemainder(HloInstruction* remainder) { in HandleRemainder() function
711 Status HandleRemainder(HloInstruction* remainder) { in HandleRemainder() function
732 Status HandleRemainder(HloInstruction* remainder) { in HandleRemainder() function
736 Status HandleRemainder(HloInstruction* remainder) override { in HandleRemainder() function
737 return HandleRemainder<ElementwiseT>(remainder); in HandleRemainder()
Dalgebraic_simplifier.cc224 Status HandleRemainder(HloInstruction* remainder) override;
2527 Status AlgebraicSimplifierVisitor::HandleRemainder(HloInstruction* remainder) { in HandleRemainder() function in xla::AlgebraicSimplifierVisitor
Dhlo_instruction.cc2540 return visitor->HandleRemainder(this); in Visit()