Home
last modified time | relevance | path

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

/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DConvertConv2DToImg2Col.cpp276 Value filterT = transposeOperand(filter, {2, 0, 1}); in rewriteInIm2Col() local
278 cast<RankedTensorType>(filterT.getType()).getShape(); in rewriteInIm2Col()
339 loc, reshapedFilterTensorType, filterT, filterReassociationIndice); in rewriteInIm2Col()