OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OutputStageEvalImpl
(Results
1 - 2
of
2
) sorted by null
/external/gemmlowp/internal/
output_neon.h
43
struct
OutputStageEvalImpl
<OutputStageType, NEONFragmentInt32x16x1> {
46
typedef
OutputStageEvalImpl
<OutputStageType, NEONFragmentInt32x4x1>
48
OutputStageEvalImpl
(const OutputStageType& s) : impl_int32x4(s) {}
66
struct
OutputStageEvalImpl
<OutputStageQuantizeDownInt32ToUint8Scale,
72
OutputStageEvalImpl
(const OutputStage& s) : output_stage(s) {}
92
struct
OutputStageEvalImpl
<
100
OutputStageEvalImpl
(const OutputStage& s) : output_stage(s) {}
122
struct
OutputStageEvalImpl
<
130
OutputStageEvalImpl
(const OutputStage& s) : output_stage(s) {}
151
struct
OutputStageEvalImpl
<OutputStageSaturatingCastToUint8
[
all
...]
output.h
73
//
OutputStageEvalImpl
is the template that we specialize to provide
86
// Thus, there can be several
OutputStageEvalImpl
90
struct
OutputStageEvalImpl
{
98
OutputStageEvalImpl
(const OutputStageType&) {}
103
struct
OutputStageEvalImpl
<OutputStageQuantizeDownInt32ToUint8Scale,
109
OutputStageEvalImpl
(const OutputStage& s) : output_stage(s) {}
125
struct
OutputStageEvalImpl
<
133
OutputStageEvalImpl
(const OutputStage& s) : output_stage(s) {}
149
struct
OutputStageEvalImpl
<
157
OutputStageEvalImpl
(const OutputStage& s) : output_stage(s) {
[
all
...]
Completed in 58 milliseconds