Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Doutput.h32 template <typename OutputStage, typename InputBufferType>
36 std::is_same<InputBufferType, void>::value,
46 using InputBufferType = typename InputType::BufferType; member
48 OutputStageEvalBufferImpl<OutputStage, InputBufferType>;