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

  /external/gemmlowp/internal/
compute.h 28 template <typename PackedLhs, typename PackedRhs, typename PackedResult>
31 typedef typename PackedRhs::KernelSideFormat KernelRhsFormat;
39 const PackedRhs& packed_rhs_;
44 const PackedRhs& _packed_rhs)
105 template <typename PackedLhs, typename PackedRhs, typename PackedResult>
108 const PackedRhs& packed_rhs, int depth) {
110 ComputeImpl<PackedLhs, PackedRhs, PackedResult> impl(
multi_thread_gemm.h 440 typedef PackedSideBlock<typename KernelFormat::Rhs> PackedRhs;
443 const PackedRhs& _packed_rhs,
501 const PackedRhs packed_rhs;

Completed in 499 milliseconds