Searched refs:rhsMap (Results 1 – 3 of 3) sorted by relevance
/external/eigen/Eigen/src/Core/products/ |
D | TriangularMatrixMatrix_BLAS.h | 233 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/ |
D | Utils.cpp | 964 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/ |
D | VectorOps.cpp | 332 AffineMap rhsMap = op.getIndexingMaps()[1]; in verifyOutputShape() local 335 {std::make_pair(lhsType, lhsMap), std::make_pair(rhsType, rhsMap)}) { in verifyOutputShape()
|