Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp296 DenseSet<int64_t> rhsBatchDimSet; in verifyOutputShape() local
298 rhsBatchDimSet.insert(dimPair.second); in verifyOutputShape()
310 if (rhsContractingDimSet.count(i) > 0 || rhsBatchDimSet.count(i) > 0) in verifyOutputShape()