Home
last modified time | relevance | path

Searched refs:batchDimMap (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp289 const std::vector<std::pair<int64_t, int64_t>> &batchDimMap) { in verifyOutputShape() argument
297 for (auto &dimPair : batchDimMap) in verifyOutputShape()
407 auto batchDimMap = op.getBatchDimMap(); in verify() local
418 if (!verifyDimMap(lhsType, rhsType, batchDimMap)) in verify()
423 contractingDimMap, batchDimMap))) in verify()
DVectorTransforms.cpp1958 std::vector<std::pair<int64_t, int64_t>> batchDimMap = op.getBatchDimMap(); in matchAndRewrite() local
1959 if (!batchDimMap.empty()) { in matchAndRewrite()
1960 int64_t lhsIndex = batchDimMap[0].first; in matchAndRewrite()
1961 int64_t rhsIndex = batchDimMap[0].second; in matchAndRewrite()