Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor.h169 virtual Status HandleLog1p(HloInstructionPtr hlo) { in HandleLog1p() function
Dhlo_evaluator_typed_visitor.h332 Status HandleLog1p(HloInstruction* log1p) { in HandleLog1p() function
344 Status HandleLog1p(HloInstruction* log1p) { in HandleLog1p() function
348 Status HandleLog1p(HloInstruction* log1p) override { in HandleLog1p() function
349 return HandleLog1p<ReturnT>(log1p); in HandleLog1p()
Dhlo_instruction.cc2584 return visitor->HandleLog1p(this); in Visit()