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() 89 template <typename PackedLhs, typename PackedRhs, typename PackedResult> 91 PackedResult* packed_result, const PackedLhs& packed_lhs, in Compute() 94 ComputeImpl<PackedLhs, PackedRhs, PackedResult> impl( in Compute()
|
D | multi_thread_gemm.h | 369 typedef PackedSideBlock<typename KernelFormat::Lhs> PackedLhs; typedef 396 PackedLhs packed_lhs(Side::Lhs, local_allocator, block_params); in Run()
|