OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:KernelSideFormat
(Results
1 - 4
of
4
) sorted by null
/external/gemmlowp/internal/
kernel.h
78
// of
KernelSideFormat
's, one for LHS and one for RHS; each
KernelSideFormat
90
//
KernelSideFormat
<CellFormat<3, 4>, 3>,
91
//
KernelSideFormat
<CellFormat<5, 4>, 2>
94
// The LHS format,
KernelSideFormat
<CellFormat<3, 4>, 3>, means:
110
// The RHS format,
KernelSideFormat
<CellFormat<5, 4>, 2>, means:
136
//
KernelSideFormat
describes how data is laid out in a kernel side
143
struct
KernelSideFormat
{
151
// It consists of two
KernelSideFormat
's, one for LHS and one for RHS.
pack_SSE.h
63
KernelSideFormat
<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>;
73
typedef WidthMajorSideFormatNCells4x2<Cells>
KernelSideFormat
;
74
typedef typename
KernelSideFormat
::Cell CellFormat;
75
static const int kCells =
KernelSideFormat
::kCells;
84
void Pack(PackedSideBlock<
KernelSideFormat
>* dst, int start_width,
pack_neon.h
162
using DepthMajorSideFormatNCells4x2 =
KernelSideFormat
<CellFormat<4, 2>, Cells>;
172
typedef DepthMajorSideFormatNCells4x2<Cells>
KernelSideFormat
;
173
typedef typename
KernelSideFormat
::Cell CellFormat;
174
static const int kCells =
KernelSideFormat
::kCells;
183
void Pack(PackedSideBlock<
KernelSideFormat
>* dst, int start_width,
268
KernelSideFormat
<CellFormat<4, 2, CellOrder::WidthMajor>, Cells>;
278
typedef WidthMajorSideFormatNCells4x2<Cells>
KernelSideFormat
;
279
typedef typename
KernelSideFormat
::Cell CellFormat;
280
static const int kCells =
KernelSideFormat
::kCells;
289
void Pack(PackedSideBlock<
KernelSideFormat
>* dst, int start_width
[
all
...]
pack.h
50
typedef tKernelSideFormat
KernelSideFormat
;
71
void seek_next_cell() const { pos_ +=
KernelSideFormat
::Cell::kSize; }
74
pos_ += n *
KernelSideFormat
::Cell::kSize;
300
typedef typename PackedSideBlock::
KernelSideFormat
KernelSideFormat
;
301
typedef typename
KernelSideFormat
::Cell CellFormat;
302
static const int kCells =
KernelSideFormat
::kCells;
389
typedef typename PackedSideBlock::
KernelSideFormat
KernelSideFormat
;
390
typedef typename
KernelSideFormat
::Cell CellFormat
[
all
...]
Completed in 56 milliseconds