Searched refs:PackedLhs (Results 1 – 2 of 2) sorted by relevance
/external/gemmlowp/internal/ |
D | compute.h | 28 template <typename PackedLhs, typename PackedRhs, typename PackedResult> 30 typedef typename PackedLhs::KernelSideFormat KernelLhsFormat; 38 const PackedLhs& packed_lhs_; 43 PackedResult* _packed_result, const PackedLhs& _packed_lhs, in ComputeImpl() 105 template <typename PackedLhs, typename PackedRhs, typename PackedResult> 107 PackedResult* packed_result, const PackedLhs& packed_lhs, in Compute() 110 ComputeImpl<PackedLhs, PackedRhs, PackedResult> impl( in Compute()
|
D | multi_thread_gemm.h | 467 typedef PackedSideBlock<typename KernelFormat::Lhs> PackedLhs; typedef 496 PackedLhs packed_lhs(Side::Lhs, local_allocator, block_params); in Run()
|