Home
last modified time | relevance | path

Searched defs:dropDim (Results 1 – 2 of 2) sorted by relevance

/llvm-project/mlir/lib/Dialect/Vector/Transforms/
H A DVectorDropLeadUnitDim.cpp212 int64_t dropDim = oldMaskType.getRank() - newMaskType.getRank(); in dropUnitDimsFromMask() local
296 int64_t dropDim = oldType.getRank() - newType.getRank(); in matchAndRewrite() local
345 int64_t dropDim = 1; in castAwayContractionLeadingOneDim() local
519 int64_t dropDim = vecType.getRank() - newVecType.getRank(); in matchAndRewrite() local
552 int64_t dropDim in matchAndRewrite() local
[all...]
/llvm-project/mlir/include/mlir/IR/
H A DBuiltinTypes.h276 Builder &dropDim(unsigned pos) { dropDim() function
330 Builder &dropDim(unsigned pos) { dropDim() function