Searched refs:outputBufferTypes (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/mlir/lib/Dialect/Linalg/IR/ |
D | LinalgOps.cpp | 93 TypeRange outputBufferTypes, TypeRange initTensorTypes, 99 SmallVectorImpl<Type> &outputBufferTypes, 105 TypeRange inputTypes, TypeRange outputBufferTypes, 330 SmallVector<Type, 1> inputTypes, outputBufferTypes, initTensorTypes; in parseGenericOp() local 332 outputBufferTypes, initTensorTypes)) in parseGenericOp() 1455 TypeRange outputBufferTypes, TypeRange initTensorTypes, in buildNamedStructuredOpRegionAndAttributesImpl() argument 1461 for (auto containers : {inputTypes, outputBufferTypes, resultTypes}) in buildNamedStructuredOpRegionAndAttributesImpl() 1486 TypeRange outputBufferTypes, in buildNamedStructuredOpRegionAndAttributes() argument 1491 opBuilder, region, inputTypes, outputBufferTypes, initTensorTypes, in buildNamedStructuredOpRegionAndAttributes() 1502 TypeRange inputTypes, TypeRange outputBufferTypes, in parseNamedStructuredOpRegion() argument [all …]
|