Home
last modified time | relevance | path

Searched refs:EmitBinaryOp (Results 1 – 3 of 3) sorted by relevance

/external/gemmlowp/meta/generators/
Dcc_emitter.py70 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/
Delemental_ir_emitter.h46 virtual StatusOr<llvm::Value*> EmitBinaryOp(const HloInstruction* op,
Delemental_ir_emitter.cc684 StatusOr<llvm::Value*> ElementalIrEmitter::EmitBinaryOp( in EmitBinaryOp() function in xla::ElementalIrEmitter
2259 return EmitBinaryOp(hlo, lhs_value, rhs_value); in MakeElementGenerator()