Searched refs:packed_lhs (Results 1 – 3 of 3) sorted by relevance
/external/gemmlowp/internal/ |
D | single_thread_gemm.h | 74 PackedSideBlock<typename KernelFormat::Lhs> packed_lhs( in SingleThreadGemm() 92 PackLhs<BitDepthParams>(&packed_lhs, lhs.block(r, 0, rs, depth)); in SingleThreadGemm() 101 Compute(kernel, block_params, &packed_result, packed_lhs, packed_rhs); in SingleThreadGemm() 105 packed_lhs.sums_of_each_slice(), in SingleThreadGemm()
|
D | compute.h | 91 PackedResult* packed_result, const PackedLhs& packed_lhs, in Compute() argument 95 kernel, block_params, packed_result, packed_lhs, packed_rhs); in Compute()
|
D | multi_thread_gemm.h | 426 PackedLhs packed_lhs(Side::Lhs, local_allocator, block_params); in Run() 438 PackLhs<BitDepthParams>(&packed_lhs, lhs.block(r, 0, rs, depth)); in Run() 440 Compute(kernel, block_params, &packed_result, packed_lhs, packed_rhs); in Run() 444 packed_lhs.sums_of_each_slice(), in Run()
|