Searched refs:EmitComplexPower (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | elemental_ir_emitter.h | 215 StatusOr<llvm::Value*> EmitComplexPower(const HloInstruction* op,
|
D | elemental_ir_emitter.cc | 662 return EmitComplexPower(op, a, b, c, d); in EmitComplexUnaryOp() 669 return EmitComplexPower(op, a, b, c, d); in EmitComplexUnaryOp() 760 StatusOr<llvm::Value*> ElementalIrEmitter::EmitComplexPower( in EmitComplexPower() function in xla::ElementalIrEmitter 871 return EmitComplexPower(op, a, b, c, d); in EmitComplexBinaryOp()
|