Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalgNamed.cpp67 static mlir::Value reifyConstantDim(Attribute attr, in reifyConstantDim() function
83 Value padBefore = reifyConstantDim(padBeforeAttr, builder); in getConvOutputDim()
85 Value padAfter = reifyConstantDim(padAfterAttr, builder); in getConvOutputDim()
89 Value dilation = reifyConstantDim(dilationAttr, builder); in getConvOutputDim()
94 Value stride = reifyConstantDim(strideAttr, builder); in getConvOutputDim()