Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor.h150 virtual Status HandleRound(HloInstructionPtr hlo) { in HandleRound() function
Dhlo_evaluator_typed_visitor.h238 Status HandleRound(HloInstruction* round) {
250 Status HandleRound(HloInstruction* round) {
254 Status HandleRound(HloInstruction* round) override {
255 return HandleRound<ReturnT>(round);
Dhlo_instruction.cc3063 return visitor->HandleRound(this); in Visit()