Home
last modified time | relevance | path

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

/external/gemmlowp/public/
Dmap.h43 MatrixMap() : data_(nullptr), rows_(0), cols_(0), stride_(0) {} in MatrixMap() function
44 MatrixMap(Scalar* data, int rows, int cols, int stride) in MatrixMap() function
46 MatrixMap(const MatrixMap& other) in MatrixMap() function