Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.h70 virtual StatusOr<llvm::Value*> EmitComplexUnaryOp(const HloInstruction* op,
Delemental_ir_emitter.cc214 return EmitComplexUnaryOp(op, operand_value); in EmitUnaryOp()
476 StatusOr<llvm::Value*> ElementalIrEmitter::EmitComplexUnaryOp( in EmitComplexUnaryOp() function in xla::ElementalIrEmitter