Home
last modified time | relevance | path

Searched full:convolutions (Results 1 – 14 of 14) sorted by relevance

/llvm-project/mlir/python/mlir/dialects/linalg/opdsl/ops/
H A Dcore_named_ops.py1186 which is a special case for most depthwise convolutions.
1207 which is a special case for most depthwise convolutions.
1248 which is a special case for most depthwise convolutions.
1269 which is a special case for most depthwise convolutions.
1367 which is a special case for most depthwise convolutions.
1402 which is a special case for most depthwise convolutions.
/llvm-project/mlir/lib/Dialect/Tosa/Transforms/
H A DTosaDecomposeTransposeConv.cpp288 // Try to slice the targetted result size, cap to the convolutions width. in matchAndRewrite()
/llvm-project/mlir/test/Examples/transform/ChH/
H A Dfull.mlir47 // Convolution proper. While Linalg has named operations for 2D convolutions,
/llvm-project/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgNamedStructuredOps.yaml4200 which is a special case for most depthwise convolutions.
4283 which is a special case for most depthwise convolutions.
4451 which is a special case for most depthwise convolutions.
4544 which is a special case for most depthwise convolutions.
4993 which is a special case for most depthwise convolutions.
5092 which is a special case for most depthwise convolutions.
/llvm-project/mlir/docs/Tutorials/transform/
H A DChH.md85 // Convolution proper. While Linalg has named operations for 2D convolutions,
/llvm-project/mlir/lib/Conversion/TosaToLinalg/
H A DTosaToLinalgNamed.cpp312 // For 2D convolutions, we need to check if the target convolution op in matchAndRewrite()
/llvm-project/mlir/lib/Dialect/Linalg/IR/
H A DLinalgInterfaces.cpp990 return "unexpected input index map for convolutions"; in createFlatListOfOperandStaticDims()
/llvm-project/mlir/include/mlir/Dialect/Linalg/Transforms/
H A DTransforms.h1704 /// Linalg decompose convolutions patterns
/llvm-project/mlir/include/mlir/Dialect/Tosa/IR/
H A DTosaOps.td160 Performs 2D convolutions separately over each channel of the given tensor
/llvm-project/mlir/include/mlir/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.td235 (depthwise) convolutions, into combinations of lower-dimensional equivalents
/llvm-project/mlir/test/Dialect/Linalg/
H A Dnamed-ops.mlir1176 // expected-error @+1 {{unexpected input index map for convolutions}}
/llvm-project/mlir/lib/Dialect/Linalg/TransformOps/
H A DLinalgTransformOps.cpp3468 /// depthwise convolutions. This should lead to bette vectorization for in applyToOne()
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DVectorization.cpp120 // Extract rhs slice of size [{c, f} for channeled convolutions and {1} for in extractConvFilterSlices()
/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp2357 // We go through some convolutions here to avoid copying results in LookupQualifiedNameInUsingDirectives()