Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.h94 virtual StatusOr<llvm::Value*> EmitComplexBinaryOp(const HloInstruction* op,
Delemental_ir_emitter.cc693 return EmitComplexBinaryOp(op, lhs_value, rhs_value); in EmitBinaryOp()
794 StatusOr<llvm::Value*> ElementalIrEmitter::EmitComplexBinaryOp( in EmitComplexBinaryOp() function in xla::ElementalIrEmitter