Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizableOpInterface.cpp88 ReifiedRankedShapedTypeDims resultDims; in allocateTensorForShapedValue() local
89 if (succeeded(rankedOp.reifyResultShapes(b, resultDims))) { in allocateTensorForShapedValue()
92 resultDims[shapedValue.cast<OpResult>().getResultNumber()]; in allocateTensorForShapedValue()