Home
last modified time | relevance | path

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

/external/gemmlowp/internal/
Diterator.h31 template <typename tScalar, VectorShape tShape> class VectorMap; variable
34 class ConstIterator<VectorMap<tScalar, tShape>> {
37 ConstIterator(const VectorMap<tScalar, tShape>& vector_map) in ConstIterator()
47 ConstIterator<VectorMap<tScalar, tShape>> const_iterator( in const_iterator()
48 const VectorMap<tScalar, tShape>& vector_map) { in const_iterator()
49 return ConstIterator<VectorMap<tScalar, tShape>>(vector_map); in const_iterator()
Dsingle_thread_gemm.h41 typedef VectorMap<const int32_t, VectorShape::Col> OffsetColMap;
42 typedef VectorMap<const int32_t, VectorShape::Row> OffsetRowMap;
Dunpack_neon.h53 ConstIterator<VectorMap<tScalar, tShape>>* iterator) { in get_int32x4_t_and_inc()
/external/gemmlowp/public/
Doutput_stages.h63 VectorMap<const std::int32_t, tShape> result_offset;
64 VectorMap<const std::int32_t, tShape> result_mult_int;
119 MakeStandardOutputPipeline(const VectorMap<const std::int32_t, tShape>& in MakeStandardOutputPipeline()
121 const VectorMap<const std::int32_t, tShape>& in MakeStandardOutputPipeline()
Dmap.h80 class VectorMap {
90 VectorMap() : data_(nullptr), size_(0) {} in VectorMap() function
91 VectorMap(Scalar* data, int size) : data_(data), size_(size) {} in VectorMap() function
92 VectorMap(const VectorMap& other) : data_(other.data_), size_(other.size_) {} in VectorMap() function
/external/neven/
DAndroid.mk103 Embedded/common/src/b_TensorEm/VectorMap.c \
/external/gemmlowp/test/
Dtest.cc1183 typedef VectorMap<std::int32_t, VectorShape::Row> RowVectorMap; in TestOutputStages()
1204 typedef VectorMap<std::int32_t, VectorShape::Col> ColVectorMap; in TestOutputStages()