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)
89 template <typename PackedLhs, typename PackedRhs, typename PackedResult>
92 const PackedRhs& packed_rhs) {
94 ComputeImpl<PackedLhs, PackedRhs, PackedResult> impl(
multi_thread_gemm.h 400 typedef PackedSideBlock<typename KernelFormat::Rhs> PackedRhs;
403 const PackedRhs& _packed_rhs,
455 const PackedRhs packed_rhs;

Completed in 58 milliseconds