Home
last modified time | relevance | path

Searched refs:HandleReal (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.h233 Status HandleReal(HloInstruction* real) override;
Ddfs_hlo_visitor.h181 virtual Status HandleReal(HloInstructionPtr hlo) { in HandleReal() function
Dhlo_evaluator.cc560 Status HloEvaluator::HandleReal(HloInstruction* real) { in HandleReal() function in xla::HloEvaluator
Dalgebraic_simplifier.cc196 Status HandleReal(HloInstruction* real) override;
2164 Status AlgebraicSimplifierVisitor::HandleReal(HloInstruction* real) { in HandleReal() function in xla::AlgebraicSimplifierVisitor
Dhlo_instruction.cc2596 return visitor->HandleReal(this); in Visit()