HomeSort by relevance Sort by last modified time
    Searched full:packed_rhs (Results 1 - 3 of 3) sorted by null

  /external/gemmlowp/internal/
single_thread_gemm.h 76 PackedSideBlock<typename KernelFormat::Rhs> packed_rhs(
86 PackRhs<BitDepthParams>(&packed_rhs, rhs);
98 PackRhs<BitDepthParams>(&packed_rhs, rhs.block(0, c, depth, cs));
101 Compute(kernel, block_params, &packed_result, packed_lhs, packed_rhs);
106 packed_rhs.sums_of_each_slice(),
compute.h 92 const PackedRhs& packed_rhs) {
95 kernel, block_params, packed_result, packed_lhs, packed_rhs);
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,

Completed in 58 milliseconds