Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalgNamed.cpp88 Value subOne = builder.create<arith::SubIOp>(kernelDim, one); in getConvOutputDim() local
90 Value dilated = builder.create<arith::MulIOp>(dilation, subOne); in getConvOutputDim()