Home
last modified time | relevance | path

Searched refs:OutputStageQuantizeDownInt32ToUint8Scale (Results 1 – 4 of 4) sorted by relevance

/external/gemmlowp/public/
Doutput_stages.h40 struct OutputStageQuantizeDownInt32ToUint8Scale { struct
178 inline std::tuple<OutputStageQuantizeDownInt32ToUint8Scale,
183 OutputStageQuantizeDownInt32ToUint8Scale quantize_down_stage; in MakeStandardOutputPipeline()
/external/gemmlowp/internal/
Doutput.h65 struct OutputStageEvalBufferImpl<OutputStageQuantizeDownInt32ToUint8Scale,
70 typedef OutputStageQuantizeDownInt32ToUint8Scale OutputStage;
/external/gemmlowp/doc/
Dquantization.md314 implementing it, `OutputStageQuantizeDownInt32ToUint8Scale`, and the new output
322 Issues with the old output stage `OutputStageQuantizeDownInt32ToUint8Scale` are:
/external/gemmlowp/test/
Dtest.cc1234 OutputStageQuantizeDownInt32ToUint8Scale quantize_down_stage; in TestOutputStages()