HomeSort by relevance Sort by last modified time
    Searched refs:DepthMajor (Results 1 - 4 of 4) sorted by null

  /external/gemmlowp/internal/
kernel.h 96 // DepthMajor order (the default value, see CellFormat). In the LHS,
97 // DepthMajor means column-major, so the LHS cells are of size 3x4 in
112 // DepthMajor order (the default value, see CellFormat). In the RHS,
113 // DepthMajor means row-major, so the RHS cells are of size 4x5 in
123 enum class CellOrder { DepthMajor, WidthMajor, Diagonal };
127 template <int tWidth, int tDepth, CellOrder tOrder = CellOrder::DepthMajor>
171 case CellOrder::DepthMajor:
172 return "DepthMajor";
187 case CellOrder::DepthMajor:
pack.h 126 // WidthMajor and DepthMajor are custom phrases modelled after the
133 enum class SideMapOrder { WidthMajor, DepthMajor };
162 return kOrder == SideMapOrder::DepthMajor ? 1 : stride_;
247 assert(kSrcOrder == SideMapOrder::DepthMajor);
403 : SideMapOrder::DepthMajor;
418 : SideMapOrder::DepthMajor;