Searched refs:EmitComment (Results 1 – 9 of 9) sorted by relevance
56 emitter.EmitComment('StaticQuantization::Prepare')77 emitter.EmitComment('StaticQuantization::Transform')132 emitter.EmitComment('StaticQuantizationInt32::Prepare')142 emitter.EmitComment('StaticQuantizationInt32::Transform')164 emitter.EmitComment('StaticQuantizationFloat::Prepare')177 emitter.EmitComment('StaticQuantizationFloat::Transform')209 emitter.EmitComment('RowMajorOutput::Prepare')224 emitter.EmitComment('RowMajorOutput::Output')233 emitter.EmitComment('Clear aggregators.')247 emitter.EmitComment('3x3 lanes loop.')[all …]
50 emitter.EmitComment('Clear aggregators.')66 emitter.EmitComment('General NxM lanes loop.')69 emitter.EmitComment('Subtract counter.')100 emitter.EmitComment('Loop break.')112 emitter.EmitComment('3x3 lanes loop.')115 emitter.EmitComment('Subtract counter.')157 emitter.EmitComment('Loop break.')311 emitter.EmitComment('Change stride because storing in two ops.')316 emitter.EmitComment('Horizontal reduce aggregators.')322 emitter.EmitComment('Reduce rows.')[all …]
17 emitter.EmitComment('General 1xM lanes loop.')20 emitter.EmitComment('Subtract counter.')52 emitter.EmitComment('Loop break.')110 emitter.EmitComment('Horizontal reduce aggregators.')150 emitter.EmitComment('Add lhs offsets to aggregated rows.')159 emitter.EmitComment('Add rhs offset to aggregated rows.')165 emitter.EmitComment('Convert to float and scale.')175 emitter.EmitComment('Store results.')227 emitter.EmitComment('Clear aggregators.')
61 emitter.EmitComment('Load Aggregate Store: %dx%d.' % (lanes_count,90 emitter.EmitComment('Aggregator Reduction.')102 emitter.EmitComment('Aggregator Reduction.')170 self.asm_emitter.EmitComment('Reduce count by leftovers.')210 emitter.EmitComment('Load Aggregate Store - column major %dx%d' %261 self.asm_emitter.EmitComment('Reduce count by leftovers.')
46 emitter.EmitComment('MinMax::Prepare')61 emitter.EmitComment('MinMax::Transform')91 emitter.EmitComment('Dequantize::Prepare')107 emitter.EmitComment('Dequantize::Transform')160 emitter.EmitComment('Quantize::Prepare')176 emitter.EmitComment('Quantize::Transform')229 emitter.EmitComment('Requantize::Prepare')257 emitter.EmitComment('Requantize::Transform')332 self.asm_emitter.EmitComment('Reduce count by leftovers.')351 self.asm_emitter.EmitComment('Handle leftovers.')[all …]
72 emitter.EmitComment('Load Aggregate Store.')92 emitter.EmitComment('Leftover Load Aggregate Store.')171 emitter.EmitComment('Aggregator Reduction.')
182 def EmitComment(self, comment): member in CCEmitter
269 def EmitComment(self, comment): member in NeonEmitter
505 def EmitComment(self, comment): member in NeonEmitter64