Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor.h106 virtual Status HandleSqrt(HloInstructionPtr hlo) { in HandleSqrt() function
Dhlo_evaluator_typed_visitor.h667 Status HandleSqrt(HloInstruction* sqrt) override { in HandleSqrt() function
Dhlo_instruction.cc2592 return visitor->HandleSqrt(this); in Visit()