Home
last modified time | relevance | path

Searched defs:GemmlowpOutputPipeline (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/
H A Dq8gemm.cc40 struct GemmlowpOutputPipeline { struct
42 ColVectorMap;
48 Pipeline;
50 static Pipeline Make( in Make()
/aosp_15_r20/external/XNNPACK/bench/
H A Dqu8-gemm.cc125 struct GemmlowpOutputPipeline { struct
126 typedef gemmlowp::VectorMap<const int32_t, gemmlowp::VectorShape::Col> ColVectorMap;
132 Pipeline;
134 static Pipeline Make( in Make()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
H A Dlegacy_optimized_ops.h715 struct GemmlowpOutputPipeline { struct
717 ColVectorMap;
743 struct GemmlowpOutputPipelineInt8 { argument