Searched refs:EmitBinaryOp (Results 1 – 3 of 3) sorted by relevance
/external/gemmlowp/meta/generators/ |
D | cc_emitter.py | 70 self.EmitBinaryOp(variable, '=', value) 73 self.EmitBinaryOp(variable, '+=', value) 75 def EmitBinaryOp(self, operand_1, op, operand_2): member in CCEmitter
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | elemental_ir_emitter.h | 46 virtual StatusOr<llvm::Value*> EmitBinaryOp(const HloInstruction* op,
|
D | elemental_ir_emitter.cc | 684 StatusOr<llvm::Value*> ElementalIrEmitter::EmitBinaryOp( in EmitBinaryOp() function in xla::ElementalIrEmitter 2259 return EmitBinaryOp(hlo, lhs_value, rhs_value); in MakeElementGenerator()
|