OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lhs_add
(Results
1 - 2
of
2
) sorted by null
/external/gemmlowp/meta/generators/
mul_Nx8_Mx8_neon.py
263
lhs_add
, rhs_add, left_lanes, right_lanes,
269
if
lhs_add
:
306
if
lhs_add
:
332
def BuildName(result_type,
lhs_add
, rhs_add, left, right):
334
if
lhs_add
:
359
def GenerateMulNx8Mx8(emitter, result_type,
lhs_add
, rhs_add, left_lanes_count,
368
BuildName(result_type,
lhs_add
, rhs_add, left_lanes_count,
414
lhs_add
, rhs_add, left_lanes, right_lanes,
423
def GenerateFunctions(emitter, result_type,
lhs_add
, rhs_add):
426
GenerateMulNx8Mx8(emitter, result_type,
lhs_add
, rhs_add, left_lanes
[
all
...]
gemm_NxMxK_neon.py
118
def MulName(result_type,
lhs_add
, rhs_add, rows, cols):
119
return mul_Nx8_Mx8_neon.BuildName(result_type,
lhs_add
, rhs_add, rows, cols)
130
def GenerateMulRows(emitter, result, result_type,
lhs_add
, rhs_add, aligned,
142
MulName(result_type,
lhs_add
, rhs_add, rows, 3),
151
MulName(result_type,
lhs_add
, rhs_add, rows, cols),
Completed in 6763 milliseconds