Home
last modified time | relevance | path

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

/aosp_15_r20/external/gemmlowp/public/
H A Dmap.h123 VectorDup() : data_(0), size_(0) {} in VectorDup() function
124 VectorDup(Scalar data, int size) : data_(data), size_(size) {} in VectorDup() function
125 VectorDup(const VectorDup& other) : data_(other.data_), size_(other.size_) {} in VectorDup() function