multi_thread_gemm.h | 410 packed_rhs(_packed_rhs), 440 Compute(kernel, block_params, &packed_result, packed_lhs, packed_rhs); 445 packed_rhs.sums_of_each_slice(), 455 const PackedRhs packed_rhs; member in struct:gemmlowp::GemmWithPackedRhsTask 610 PackedSideBlock<typename KernelFormat::Rhs> packed_rhs( 619 PackRhs<BitDepthParams>(&packed_rhs, rhs.block(0, c, depth, cs)); 637 auto task = new TaskType(kernel, lhs_block, packed_rhs, &result_block,
|