Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor.h139 virtual Status HandleAtan2(HloInstructionPtr hlo) { in HandleAtan2() function
Dhlo_evaluator_typed_visitor.h474 Status HandleAtan2(HloInstruction* atan2) { in HandleAtan2() function
485 Status HandleAtan2(HloInstruction* atan2) { in HandleAtan2() function
489 Status HandleAtan2(HloInstruction* atan2) override { in HandleAtan2() function
490 return HandleAtan2<ElementwiseT>(atan2); in HandleAtan2()
Dhlo_instruction.cc2482 return visitor->HandleAtan2(this); in Visit()