Home
last modified time | relevance | path

Searched defs:resultTensorTypes (Results 1 – 5 of 5) sorted by relevance

/llvm-project/mlir/lib/Dialect/Linalg/Transforms/
H A DBubbleUpExtractSlice.cpp121 SmallVector<Type, 4> resultTensorTypes; in matchAndRewrite() local
H A DPadding.cpp209 auto resultTensorTypes = in rewriteAsPaddedOp() local
H A DTilingInterfaceImpl.cpp126 SmallVector<Type> resultTensorTypes = getTiledImplementation() local
H A DTiling.cpp740 SmallVector<Type> resultTensorTypes = tileLinalgOpImpl() local
/llvm-project/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp156 /// 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...]