Home
last modified time | relevance | path

Searched refs:rhsMap (Results 1 – 3 of 3) sorted by relevance

/external/eigen/Eigen/src/Core/products/
DTriangularMatrixMatrix_BLAS.h233 Map<const MatrixRhs, 0, OuterStride<> > rhsMap(_rhs,depth,cols, OuterStride<>(rhsStride)); \
234 MatrixRhs aa_tmp=rhsMap.template triangularView<Mode>(); \
/external/llvm-project/mlir/lib/Analysis/
DUtils.cpp964 AffineValueMap diff, thisMap, rhsMap; in operator ==() local
966 rhs.getAccessMap(&rhsMap); in operator ==()
967 AffineValueMap::difference(thisMap, rhsMap, &diff); in operator ==()
/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp332 AffineMap rhsMap = op.getIndexingMaps()[1]; in verifyOutputShape() local
335 {std::make_pair(lhsType, lhsMap), std::make_pair(rhsType, rhsMap)}) { in verifyOutputShape()