Home | History | Annotate | Download | only in internal

Lines Matching refs:WidthMajor

128 // WidthMajor and DepthMajor are custom phrases modelled after the
132 // so there WidthMajor means RowMajor, while in the Rhs it is the opposite.
133 // Another way to put it: WidthMajor means that contiguous storage is used
135 enum class SideMapOrder { WidthMajor, DepthMajor };
151 stride_ = kOrder == SideMapOrder::WidthMajor ? depth_ : width_;
167 return kOrder == SideMapOrder::WidthMajor ? 1 : stride_;
333 if (kSrcOrder == SideMapOrder::WidthMajor) {
441 if (SrcMapType::kOrder == SideMapOrder::WidthMajor) {
512 MatrixMapType::kOrder == MapOrder::RowMajor ? SideMapOrder::WidthMajor
543 MatrixMapType::kOrder == MapOrder::ColMajor ? SideMapOrder::WidthMajor