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.h189 virtual Status HandleTanh(HloInstructionPtr hlo) { in HandleTanh() function
Dhlo_evaluator_typed_visitor.h537 Status HandleTanh(HloInstruction* tanh) override {
Dhlo_instruction.cc3175 return visitor->HandleTanh(this); in Visit()