Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/
H A DMemRefToLLVM.cpp1354 int64_t outDimSize = outStaticShape[outDimIndex]; in getExpandedOutputDimSize()
1365 int64_t otherDimSize = outStaticShape[otherDimIndex]; in getExpandedOutputDimSize()
1413 ArrayRef<int64_t> outStaticShape) { in getCollapsedOutputShape() argument
1415 llvm::seq<int64_t>(0, outStaticShape.size()), [&](int64_t outDimIndex) { in getCollapsedOutputShape()
1417 outStaticShape[outDimIndex], in getCollapsedOutputShape()
1427 ArrayRef<int64_t> outStaticShape) { in getExpandedOutputShape() argument
1431 llvm::seq<int64_t>(0, outStaticShape.size()), [&](int64_t outDimIndex) { in getExpandedOutputShape()
1442 ArrayRef<int64_t> outStaticShape) { in getDynamicOutputShape() argument
1443 return outStaticShape.size() < inStaticShape.size() in getDynamicOutputShape()
1447 inDesc, outStaticShape)) in getDynamicOutputShape()
[all …]