Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Dsingle_thread_gemm.h76 PackedSideBlock<typename KernelFormat::Rhs> packed_rhs( in SingleThreadGemm()
86 PackRhs<BitDepthParams>(&packed_rhs, rhs); in SingleThreadGemm()
98 PackRhs<BitDepthParams>(&packed_rhs, rhs.block(0, c, depth, cs)); in SingleThreadGemm()
101 Compute(kernel, block_params, &packed_result, packed_lhs, packed_rhs); in SingleThreadGemm()
106 packed_rhs.sums_of_each_slice(), in SingleThreadGemm()
Dmulti_thread_gemm.h410 packed_rhs(_packed_rhs), in GemmWithPackedRhsTask()
440 Compute(kernel, block_params, &packed_result, packed_lhs, packed_rhs); in Run()
445 packed_rhs.sums_of_each_slice(), in Run()
455 const PackedRhs packed_rhs; member
610 PackedSideBlock<typename KernelFormat::Rhs> packed_rhs( in MultiThreadGemm()
619 PackRhs<BitDepthParams>(&packed_rhs, rhs.block(0, c, depth, cs)); in MultiThreadGemm()
637 auto task = new TaskType(kernel, lhs_block, packed_rhs, &result_block, in MultiThreadGemm()
Dcompute.h92 const PackedRhs& packed_rhs) { in Compute() argument
95 kernel, block_params, packed_result, packed_lhs, packed_rhs); in Compute()