Searched refs:VectorShape (Results 1 – 8 of 8) sorted by relevance
/external/gemmlowp/internal/ |
D | iterator.h | 23 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>
|
D | single_thread_gemm.h | 41 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;
|
D | output_neon.h | 93 OutputStageQuantizeDownInt32ToUint8ScalePC<VectorShape::Col>, 97 typedef OutputStageQuantizeDownInt32ToUint8ScalePC<VectorShape::Col> 123 OutputStageQuantizeDownInt32ToUint8ScalePC<VectorShape::Row>, 127 typedef OutputStageQuantizeDownInt32ToUint8ScalePC<VectorShape::Row> 202 if (VectorType::kShape == VectorShape::Row) {
|
D | output.h | 126 OutputStageQuantizeDownInt32ToUint8ScalePC<VectorShape::Col>, 130 typedef OutputStageQuantizeDownInt32ToUint8ScalePC<VectorShape::Col> 150 OutputStageQuantizeDownInt32ToUint8ScalePC<VectorShape::Row>, 154 typedef OutputStageQuantizeDownInt32ToUint8ScalePC<VectorShape::Row> 199 if (VectorType::kShape == VectorShape::Row) {
|
D | unpack_neon.h | 51 template <typename tScalar, VectorShape tShape> 59 template <typename tScalar, VectorShape tShape>
|
/external/gemmlowp/public/ |
D | map.h | 75 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;
|
D | output_stages.h | 61 template <VectorShape tShape> 116 template <VectorShape tShape>
|
/external/gemmlowp/test/ |
D | test.cc | 768 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()
|