Home
last modified time | relevance | path

Searched refs:packed_lhs (Results 1 – 3 of 3) sorted by relevance

/external/gemmlowp/internal/
Dsingle_thread_gemm.h74 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()
Dcompute.h91 PackedResult* packed_result, const PackedLhs& packed_lhs, in Compute() argument
95 kernel, block_params, packed_result, packed_lhs, packed_rhs); in Compute()
Dmulti_thread_gemm.h426 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()