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

  /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...]
  /external/gemmlowp/internal/
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,

Completed in 309 milliseconds