Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalgNamed.cpp77 getConvOutputDim(Location loc, Value initDim, Attribute padBeforeAttr, in getConvOutputDim() argument
82 loc, IntegerAttr::get(initDim.getType(), 1)); in getConvOutputDim()
84 Value paddedBefore = builder.create<arith::AddIOp>(initDim, padBefore); in getConvOutputDim()