Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalgNamed.cpp83 Value padBefore = reifyConstantDim(padBeforeAttr, builder); in getConvOutputDim() local
84 Value paddedBefore = builder.create<arith::AddIOp>(initDim, padBefore); in getConvOutputDim()