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.h269 StatusOr<llvm::Value*> EmitComplexPower(const HloInstruction* op,
Delemental_ir_emitter.cc1107 return EmitComplexPower(op, a, b, third, zero); in EmitComplexCbrt()
1113 StatusOr<llvm::Value*> ElementalIrEmitter::EmitComplexPower( in EmitComplexPower() function in xla::ElementalIrEmitter
1314 return EmitComplexPower(op, a, b, c, d); in EmitComplexBinaryOp()