Searched defs:VectorShape (Results 1 - 1 of 1) sorted by relevance

/external/gemmlowp/public/
H A Dmap.h75 enum class VectorShape { Col, Row }; class in namespace:gemmlowp
79 template <typename tScalar, VectorShape tShape>
83 static const VectorShape kShape = tShape;
101 template <typename tScalar, VectorShape tShape>
105 static const VectorShape kShape = tShape;

Completed in 98 milliseconds