Home
last modified time | relevance | path

Searched refs:EmitComplexSqrt (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.h175 virtual StatusOr<llvm::Value*> EmitComplexSqrt(const HloInstruction* op,
Delemental_ir_emitter.cc793 return EmitComplexSqrt(op, component_type, operand_value); in EmitComplexUnaryOp()
981 StatusOr<llvm::Value*> ElementalIrEmitter::EmitComplexSqrt( in EmitComplexSqrt() function in xla::ElementalIrEmitter