Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaDecomposeTransposeConv.cpp29 static void getValuesFromIntArrayAttribute(ArrayAttr attr, in getValuesFromIntArrayAttribute() function
101 getValuesFromIntArrayAttribute(op.getOutPad().cast<ArrayAttr>(), pad); in matchAndRewrite()
102 getValuesFromIntArrayAttribute(op.getStride().cast<ArrayAttr>(), stride); in matchAndRewrite()
170 getValuesFromIntArrayAttribute(op.getOutPad().cast<ArrayAttr>(), pad); in matchAndRewrite()
171 getValuesFromIntArrayAttribute(op.getStride().cast<ArrayAttr>(), stride); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalgNamed.cpp223 getValuesFromIntArrayAttribute(padAttr, pad); in matchAndRewrite()
254 getValuesFromIntArrayAttribute(strideTosaAttr, stride); in matchAndRewrite()
255 getValuesFromIntArrayAttribute(dilationTosaAttr, dilation); in matchAndRewrite()
400 getValuesFromIntArrayAttribute(padAttr, pad); in matchAndRewrite()
407 getValuesFromIntArrayAttribute(strideTosaAttr, stride); in matchAndRewrite()
721 getValuesFromIntArrayAttribute(op.getPad(), pad); in matchAndRewrite()
728 getValuesFromIntArrayAttribute(op.getKernel(), kernel); in matchAndRewrite()
729 getValuesFromIntArrayAttribute(op.getStride(), stride); in matchAndRewrite()
781 getValuesFromIntArrayAttribute(op.getPad(), pad); in matchAndRewrite()
790 getValuesFromIntArrayAttribute(op.getKernel(), kernel); in matchAndRewrite()
[all …]
H A DTosaToLinalg.cpp1173 getValuesFromIntArrayAttribute(op.getMultiplier(), multiplierValues); in matchAndRewrite()
1176 getValuesFromIntArrayAttribute(op.getShift(), shiftValues); in matchAndRewrite()
1408 getValuesFromIntArrayAttribute(op.getStride(), stride); in matchAndRewrite()
1409 getValuesFromIntArrayAttribute(op.getOffset(), offset); in matchAndRewrite()
1786 getValuesFromIntArrayAttribute(op.getMultiples(), multiples); in matchAndRewrite()
/llvm-project-15.0.7/mlir/include/mlir/Dialect/Tosa/Utils/
H A DCoversionUtils.h44 void getValuesFromIntArrayAttribute(ArrayAttr attr, in getValuesFromIntArrayAttribute() function