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

  /external/gemmlowp/internal/
pack.h 40 // A PackedSideBlock instance is a packed block of either the LHS or RHS
45 // LHS or RHS matrix, one obtains a PackedSideBlock by calling PackLhs()
48 class PackedSideBlock {
52 PackedSideBlock(Side side, Allocator* allocator,
63 ~PackedSideBlock() {}
104 // The Allocator is assumed to outlive the PackedSideBlock.
124 // be able to iterate on the data in a const PackedSideBlock.
297 typename PackedSideBlock>
300 typedef typename PackedSideBlock::KernelSideFormat KernelSideFormat;
348 void Pack(PackedSideBlock* dst, int start_width
    [all...]
pack_SSE.h 68 PackedSideBlock<WidthMajorSideFormatNCells4x2<Cells> > >
71 PackedSideBlock<WidthMajorSideFormatNCells4x2<Cells> > > {
84 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width,
single_thread_gemm.h 74 PackedSideBlock<typename KernelFormat::Lhs> packed_lhs(
76 PackedSideBlock<typename KernelFormat::Rhs> packed_rhs(
pack_neon.h 167 PackedSideBlock<DepthMajorSideFormatNCells4x2<Cells> > >
170 PackedSideBlock<DepthMajorSideFormatNCells4x2<Cells> > > {
183 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width,
273 PackedSideBlock<WidthMajorSideFormatNCells4x2<Cells> > >
276 PackedSideBlock<WidthMajorSideFormatNCells4x2<Cells> > > {
289 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width,
multi_thread_gemm.h 399 typedef PackedSideBlock<typename KernelFormat::Lhs> PackedLhs;
400 typedef PackedSideBlock<typename KernelFormat::Rhs> PackedRhs;
610 PackedSideBlock<typename KernelFormat::Rhs> packed_rhs(

Completed in 195 milliseconds