Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.h215 StatusOr<llvm::Value*> EmitComplexPower(const HloInstruction* op,
Delemental_ir_emitter.cc662 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()