multi_thread_gemm.h | 453 packed_rhs(_packed_rhs), 482 Compute(kernel, block_params, &packed_result, packed_lhs, packed_rhs, 489 packed_lhs.sums_of_each_slice(), packed_rhs.sums_of_each_slice(), 501 const PackedRhs packed_rhs; member in struct:gemmlowp::GemmWithPackedRhsTask 653 PackedSideBlock<typename KernelFormat::Rhs> packed_rhs(Side::Rhs, allocator, 662 PackRhs(&packed_rhs, rhs.block(0, c, depth, cs)); 680 new TaskType(context, kernel, lhs_block, packed_rhs, result,
|