Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor.h178 virtual Status HandleTanh(HloInstructionPtr hlo) { in HandleTanh() function
Dhlo_evaluator_typed_visitor.h493 Status HandleTanh(HloInstruction* tanh) override { in HandleTanh() function
Dhlo_instruction.cc2586 return visitor->HandleTanh(this); in Visit()