Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Utils/
H A DReshapeOpsUtils.cpp42 unsigned targetDim = reassociationMap.size(); in getReassociationIndicesForCollapse() local
45 if (targetDim == targetShape.size()) in getReassociationIndicesForCollapse()
48 int64_t currTargetShape = targetShape[targetDim]; in getReassociationIndicesForCollapse()