Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Delemental_ir_emitter.h85 virtual StatusOr<llvm::Value*> EmitIntegerBinaryOp(const HloInstruction* op,
Delemental_ir_emitter.cc689 return EmitIntegerBinaryOp( in EmitBinaryOp()
1275 StatusOr<llvm::Value*> ElementalIrEmitter::EmitIntegerBinaryOp( in EmitIntegerBinaryOp() function in xla::ElementalIrEmitter