Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Diterator.h23 enum class VectorShape; variable
31 template <typename tScalar, VectorShape tShape> class VectorMap;
33 template <typename tScalar, VectorShape tShape>
46 template <typename tScalar, VectorShape tShape>
52 template <typename tScalar, VectorShape tShape> class VectorDup;
54 template <typename tScalar, VectorShape tShape>
67 template <typename tScalar, VectorShape tShape>
Dsingle_thread_gemm.h41 typedef VectorMap<const int32_t, VectorShape::Col> OffsetColMap;
42 typedef VectorMap<const int32_t, VectorShape::Row> OffsetRowMap;
43 typedef VectorDup<const int32_t, VectorShape::Col> OffsetColDup;
44 typedef VectorDup<const int32_t, VectorShape::Row> OffsetRowDup;
Doutput_neon.h93 OutputStageQuantizeDownInt32ToUint8ScalePC<VectorShape::Col>,
97 typedef OutputStageQuantizeDownInt32ToUint8ScalePC<VectorShape::Col>
123 OutputStageQuantizeDownInt32ToUint8ScalePC<VectorShape::Row>,
127 typedef OutputStageQuantizeDownInt32ToUint8ScalePC<VectorShape::Row>
202 if (VectorType::kShape == VectorShape::Row) {
Doutput.h126 OutputStageQuantizeDownInt32ToUint8ScalePC<VectorShape::Col>,
130 typedef OutputStageQuantizeDownInt32ToUint8ScalePC<VectorShape::Col>
150 OutputStageQuantizeDownInt32ToUint8ScalePC<VectorShape::Row>,
154 typedef OutputStageQuantizeDownInt32ToUint8ScalePC<VectorShape::Row>
199 if (VectorType::kShape == VectorShape::Row) {
Dunpack_neon.h51 template <typename tScalar, VectorShape tShape>
59 template <typename tScalar, VectorShape tShape>
/external/gemmlowp/public/
Dmap.h75 enum class VectorShape { Col, Row }; enum
79 template <typename tScalar, VectorShape tShape>
83 static const VectorShape kShape = tShape;
101 template <typename tScalar, VectorShape tShape>
105 static const VectorShape kShape = tShape;
Doutput_stages.h61 template <VectorShape tShape>
116 template <VectorShape tShape>
/external/gemmlowp/test/
Dtest.cc768 auto output_pipeline = MakeStandardOutputPipeline<VectorShape::Col>( in TestWithSmallDataPerChannelQuantization()
988 auto output_pipeline = MakeStandardOutputPipeline<VectorShape::Col>( in TestWithLargeDataPerChannelQuantization()
1183 typedef VectorMap<std::int32_t, VectorShape::Row> RowVectorMap; in TestOutputStages()
1204 typedef VectorMap<std::int32_t, VectorShape::Col> ColVectorMap; in TestOutputStages()