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.h162 virtual Status HandleExp(HloInstructionPtr hlo) { in HandleExp() function
Dhlo_evaluator_typed_visitor.h301 Status HandleExp(HloInstruction* exp) override {
Dhlo_instruction.cc3161 return visitor->HandleExp(this); in Visit()