Searched refs:VectorMap (Results 1 – 8 of 8) sorted by relevance
/external/gemmlowp/public/ |
D | map.h | 84 class VectorMap { 94 VectorMap() : data_(nullptr), size_(0) {} in VectorMap() function 95 VectorMap(Scalar* data, int size) : data_(data), size_(size) {} in VectorMap() function 96 VectorMap(const VectorMap& other) : data_(other.data_), size_(other.size_) {} in VectorMap() function 103 VectorMap block(int start, int len) const { in block() 107 return VectorMap(data(start), len); in block()
|
D | output_stages.h | 63 VectorMap<const std::int32_t, tShape> result_offset; 64 VectorMap<const std::int32_t, tShape> result_mult_int; 172 const VectorMap<const std::int32_t, tShape>& result_offset, in MakeStandardOutputPipeline() 173 const VectorMap<const std::int32_t, tShape>& result_mult_int, in MakeStandardOutputPipeline()
|
/external/gemmlowp/internal/ |
D | simd_wrappers_common_neon_sse.h | 88 VectorMap<SrcScalarType, VectorShape::Col>> { 90 const VectorMap<SrcScalarType, VectorShape::Col>& src, int pos) { 110 VectorMap<SrcScalarType, VectorShape::Col>> { 111 using SrcObjectType = VectorMap<SrcScalarType, VectorShape::Col>; 127 VectorMap<SrcScalarType, VectorShape::Col>> { 128 using SrcObjectType = VectorMap<SrcScalarType, VectorShape::Col>; 145 VectorMap<SrcScalarType, VectorShape::Row>> { 146 using SrcObjectType = VectorMap<SrcScalarType, VectorShape::Row>; 161 VectorMap<SrcScalarType, VectorShape::Row>> { 162 using SrcObjectType = VectorMap<SrcScalarType, VectorShape::Row>; [all …]
|
D | unpack.h | 73 const VectorMap<const std::int32_t, VectorShape::Col>& in PrefetchResultBlock() 94 const VectorMap<const std::int32_t, VectorShape::Col>& in UnpackResultBlock() 96 const VectorMap<const std::int32_t, VectorShape::Row>& in UnpackResultBlock() 144 const VectorMap<const std::int32_t, VectorShape::Col> lhs_sums_of_each_slice( in UnpackResult() 146 const VectorMap<const std::int32_t, VectorShape::Row> rhs_sums_of_each_slice( in UnpackResult()
|
D | dispatch_gemm_shape.h | 54 struct TransposeImpl<VectorMap<Scalar, Shape>> { 55 typedef VectorMap<Scalar, Shape> SrcType; 58 typedef VectorMap<Scalar, TransposedShape> DstType;
|
D | simd_wrappers.h | 312 VectorMap<SrcScalarType, Shape>> { 314 using SrcObjectType = VectorMap<SrcScalarType, Shape>; 379 VectorMap<ScalarType, Shape>> { 410 VectorMap<SrcScalarType, Shape>> { 412 using SrcObjectType = VectorMap<SrcScalarType, Shape>;
|
/external/neven/ |
D | Android.mk | 103 Embedded/common/src/b_TensorEm/VectorMap.c \
|
/external/gemmlowp/test/ |
D | test.cc | 110 typedef VectorMap<const std::int32_t, VectorShape::Col> OffsetColMap; 111 typedef VectorMap<const std::int32_t, VectorShape::Row> OffsetRowMap; 1288 typedef VectorMap<std::int32_t, VectorShape::Row> RowVectorMap; in TestOutputStages() 1309 typedef VectorMap<std::int32_t, VectorShape::Col> ColVectorMap; in TestOutputStages()
|