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.h380 packed_rhs(_packed_rhs), in GemmWithPackedRhsTask()
410 Compute(kernel, block_params, &packed_result, packed_lhs, packed_rhs); in Run()
415 packed_rhs.sums_of_each_slice(), in Run()
425 const PackedRhs packed_rhs; member
580 PackedSideBlock<typename KernelFormat::Rhs> packed_rhs( in MultiThreadGemm()
589 PackRhs<BitDepthParams>(&packed_rhs, rhs.block(0, c, depth, cs)); in MultiThreadGemm()
607 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()