Searched defs:resultTensorTypes (Results 1 – 5 of 5) sorted by relevance
/llvm-project/mlir/lib/Dialect/Linalg/Transforms/ |
H A D | BubbleUpExtractSlice.cpp | 121 SmallVector<Type, 4> resultTensorTypes; in matchAndRewrite() local
|
H A D | Padding.cpp | 209 auto resultTensorTypes = in rewriteAsPaddedOp() local
|
H A D | TilingInterfaceImpl.cpp | 126 SmallVector<Type> resultTensorTypes = getTiledImplementation() local
|
H A D | Tiling.cpp | 740 SmallVector<Type> resultTensorTypes = tileLinalgOpImpl() local
|
/llvm-project/mlir/lib/Dialect/Linalg/IR/ |
H A D | LinalgOps.cpp | 156 /// The result types are derived automatically if `resultTensorTypes` is none. in buildStructuredOp() argument 927 build(OpBuilder & builder,OperationState & result,TypeRange resultTensorTypes,ValueRange inputs,ValueRange outputs,ArrayAttr indexingMaps,ArrayAttr iteratorTypes,StringAttr doc,StringAttr libraryCall,function_ref<void (OpBuilder &,Location,ValueRange)> bodyBuild,ArrayRef<NamedAttribute> attributes) build() argument 941 build(OpBuilder & builder,OperationState & result,TypeRange resultTensorTypes,ValueRange inputs,ValueRange outputs,ArrayRef<AffineMap> indexingMaps,ArrayRef<utils::IteratorType> iteratorTypes,StringRef doc,StringRef libraryCall,function_ref<void (OpBuilder &,Location,ValueRange)> bodyBuild,ArrayRef<NamedAttribute> attributes) build() argument 982 build(OpBuilder & builder,OperationState & result,TypeRange resultTensorTypes,ValueRange inputs,ValueRange outputs,ArrayRef<AffineMap> indexingMaps,ArrayRef<utils::IteratorType> iteratorTypes,function_ref<void (OpBuilder &,Location,ValueRange)> bodyBuild,ArrayRef<NamedAttribute> attributes) build() argument [all...] |