Searched refs:packed_rhs (Results 1 – 3 of 3) sorted by relevance
/external/gemmlowp/internal/ |
D | single_thread_gemm.h | 76 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()
|
D | multi_thread_gemm.h | 410 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()
|
D | compute.h | 92 const PackedRhs& packed_rhs) { in Compute() argument 95 kernel, block_params, packed_result, packed_lhs, packed_rhs); in Compute()
|