Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.h183 virtual StatusOr<llvm::Value*> EmitComplexRsqrt(const HloInstruction* op,
Delemental_ir_emitter.cc796 return EmitComplexRsqrt(op, component_type, operand_value); in EmitComplexUnaryOp()
1037 StatusOr<llvm::Value*> ElementalIrEmitter::EmitComplexRsqrt( in EmitComplexRsqrt() function in xla::ElementalIrEmitter