Home
last modified time | relevance | path

Searched refs:KernelSideFormat (Results 1 – 9 of 9) sorted by relevance

/external/gemmlowp/internal/
Dkernel_neon.h35 typedef KernelFormat<KernelSideFormat<CellFormat<4, 2>, 3>,
36 KernelSideFormat<CellFormat<4, 2>, 1> >
269 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, 3>,
270 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, 1> >
648 typedef KernelFormat<KernelSideFormat<CellFormat<4, 2>, 3>,
649 KernelSideFormat<CellFormat<4, 2>, 2> >
991 typedef KernelFormat<KernelSideFormat<CellFormat<4, 2>, Cells>,
992 KernelSideFormat<CellFormat<1, 2>, 1> >
Dkernel_SSE.h34 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, 1>,
35 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, 1> >
207 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, 3>,
208 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, 1> >
Dpack_neon.h162 using DepthMajorSideFormatNCells4x2 = KernelSideFormat<CellFormat<4, 2>, Cells>;
172 typedef DepthMajorSideFormatNCells4x2<Cells> KernelSideFormat; typedef
173 typedef typename KernelSideFormat::Cell CellFormat;
174 static const int kCells = KernelSideFormat::kCells;
183 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width, in Pack()
268 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>;
278 typedef WidthMajorSideFormatNCells4x2<Cells> KernelSideFormat; typedef
279 typedef typename KernelSideFormat::Cell CellFormat;
280 static const int kCells = KernelSideFormat::kCells;
289 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width, in Pack()
Dpack_SSE.h63 KernelSideFormat<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>;
73 typedef WidthMajorSideFormatNCells4x2<Cells> KernelSideFormat; typedef
74 typedef typename KernelSideFormat::Cell CellFormat;
75 static const int kCells = KernelSideFormat::kCells;
84 void Pack(PackedSideBlock<KernelSideFormat>* dst, int start_width, in Pack()
Dpack.h50 typedef tKernelSideFormat KernelSideFormat; typedef
71 void seek_next_cell() const { pos_ += KernelSideFormat::Cell::kSize; } in seek_next_cell()
74 pos_ += n * KernelSideFormat::Cell::kSize; in seek_forward_n_cells()
300 typedef typename PackedSideBlock::KernelSideFormat KernelSideFormat; typedef
301 typedef typename KernelSideFormat::Cell CellFormat;
302 static const int kCells = KernelSideFormat::kCells;
389 typedef typename PackedSideBlock::KernelSideFormat KernelSideFormat; typedef
390 typedef typename KernelSideFormat::Cell CellFormat;
391 static const int kCells = KernelSideFormat::kCells;
Dkernel_default.h67 typedef ReferenceKernel<KernelFormat<KernelSideFormat<CellFormat<4, 4>, 2>,
68 KernelSideFormat<CellFormat<4, 4>, 2> > >
Dcompute.h30 typedef typename PackedLhs::KernelSideFormat KernelLhsFormat;
31 typedef typename PackedRhs::KernelSideFormat KernelRhsFormat;
Dkernel.h143 struct KernelSideFormat { struct
/external/gemmlowp/test/
Dtest.cc1372 ReferenceKernel<KernelFormat<KernelSideFormat<CellFormat<1, 1>, 1>, in TestExhaustively()
1373 KernelSideFormat<CellFormat<1, 1>, 1>>>>( in TestExhaustively()
1377 ReferenceKernel<KernelFormat<KernelSideFormat<CellFormat<4, 2>, 1>, in TestExhaustively()
1378 KernelSideFormat<CellFormat<4, 2>, 2>>>>( in TestExhaustively()
1382 ReferenceKernel<KernelFormat<KernelSideFormat<CellFormat<4, 2>, 4>, in TestExhaustively()
1383 KernelSideFormat<CellFormat<4, 2>, 5>>>>( in TestExhaustively()
1387 KernelSideFormat<CellFormat<3, 4, CellOrder::DepthMajor>, 2>, in TestExhaustively()
1388 KernelSideFormat<CellFormat<5, 4, CellOrder::DepthMajor>, 3>>>>(&context); in TestExhaustively()
1391 KernelSideFormat<CellFormat<3, 4, CellOrder::WidthMajor>, 2>, in TestExhaustively()
1392 KernelSideFormat<CellFormat<5, 4, CellOrder::WidthMajor>, 3>>>>(&context); in TestExhaustively()
[all …]