Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalg.cpp125 int cWidth = resultTypes[0].getIntOrFloatBitWidth(); in createLinalgBodyCalculationForElementwiseOp() local
127 if (aWidth < cWidth) in createLinalgBodyCalculationForElementwiseOp()
129 if (bWidth < cWidth) in createLinalgBodyCalculationForElementwiseOp()