Searched refs:PackLhs (Results 1 – 5 of 5) sorted by relevance
/external/gemmlowp/internal/ |
D | single_thread_gemm.h | 133 PackLhs(&packed_lhs, lhs.block(r, 0, rs, depth)); in SingleThreadGemm()
|
D | pack.h | 407 void PackLhs(PackedSideBlock* dst, const MatrixMapType& src) { in PackLhs() function
|
D | multi_thread_gemm.h | 508 PackLhs(&packed_lhs, lhs.block(r, 0, rs, depth)); in Run()
|
/external/gemmlowp/doc/ |
D | design.md | 118 PackLhs(&packed_lhs, lhs.block(r, 0, rs, depth));
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_spatial_convolutions_test.cc | 2016 static void BM_LHS_NAME(PackLhs, T, C, FC, FH, FW, BR, \ 2020 BENCHMARK(BM_LHS_NAME(PackLhs, T, C, FC, FH, FW, BR, BC))->UseRealTime()
|