Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor.h138 virtual Status HandleExp(HloInstructionPtr hlo) { in HandleExp() function
Dhlo_evaluator.cc356 Status HandleExp(HloInstruction* exp) override { in HandleExp() function in xla::HloEvaluator::TypedVisitor
Dhlo_instruction.cc2607 return visitor->HandleExp(this); in Visit()