Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DNamedOpConversions.cpp42 auto initTy = init.getType().dyn_cast<RankedTensorType>(); in matchAndReplaceDepthwiseConv() local
44 if (!kernelTy || !initTy || !resultTy) in matchAndReplaceDepthwiseConv()
64 RankedTensorType::get({initTy.getDimSize(0), initTy.getDimSize(1), in matchAndReplaceDepthwiseConv()
65 initTy.getDimSize(2), initTy.getDimSize(3)}, in matchAndReplaceDepthwiseConv()
66 initTy.getElementType()); in matchAndReplaceDepthwiseConv()