Home
last modified time | relevance | path

Searched refs:EmitComment (Results 1 – 9 of 9) sorted by relevance

/external/gemmlowp/meta/generators/
Dquantized_mul_kernels_common.py56 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 …]
Dmul_Nx8_Mx8_neon.py50 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 …]
Dmul_1x8_Mx8_neon.py17 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.')
Dstreams_common.py61 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.')
Dtransform_kernels_common.py46 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 …]
Dzip_Nx8_neon.py72 emitter.EmitComment('Load Aggregate Store.')
92 emitter.EmitComment('Leftover Load Aggregate Store.')
171 emitter.EmitComment('Aggregator Reduction.')
Dcc_emitter.py182 def EmitComment(self, comment): member in CCEmitter
Dneon_emitter.py269 def EmitComment(self, comment): member in NeonEmitter
Dneon_emitter_64.py505 def EmitComment(self, comment): member in NeonEmitter64