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

  /external/gemmlowp/internal/
single_thread_gemm.h 118 PackedSideBlock<typename KernelFormat::Rhs> packed_rhs(Side::Rhs, allocator,
128 PackRhs(&packed_rhs, rhs);
140 PackRhs(&packed_rhs, rhs.block(0, c, depth, cs));
143 Compute(kernel, block_params, &packed_result, packed_lhs, packed_rhs,
148 packed_lhs.sums_of_each_slice(), packed_rhs.sums_of_each_slice(),
compute.h 94 const PackedRhs& packed_rhs, int depth) {
97 kernel, block_params, packed_result, packed_lhs, packed_rhs);
multi_thread_gemm.h 440 packed_rhs(_packed_rhs),
474 Compute(kernel, block_params, &packed_result, packed_lhs, packed_rhs,
481 packed_lhs.sums_of_each_slice(), packed_rhs.sums_of_each_slice(),
493 const PackedRhs packed_rhs; member in struct:gemmlowp::GemmWithPackedRhsTask
662 PackedSideBlock<typename KernelFormat::Rhs> packed_rhs(Side::Rhs, allocator,
671 PackRhs(&packed_rhs, rhs.block(0, c, depth, cs));
688 tasks.push_back(new TaskType(context, kernel, lhs_block, packed_rhs, result,
  /external/gemmlowp/meta/
single_thread_gemm.h 115 std::uint8_t* packed_rhs = local
120 std::uint8_t* packed_rhs_chunk = packed_rhs;
165 packed_rhs_chunk = packed_rhs;
197 packed_rhs_chunk = packed_rhs;
301 std::uint8_t* packed_rhs = params.scratch; local
349 reinterpret_cast<InType*>(packed_rhs));
356 reinterpret_cast<const InType*>(packed_rhs),
365 reinterpret_cast<const InType*>(packed_rhs),
381 reinterpret_cast<InType*>(packed_rhs));
388 reinterpret_cast<const InType*>(packed_rhs),
    [all...]

Completed in 3049 milliseconds