Searched defs:outDimIndex (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/mlir/lib/Conversion/MemRefToLLVM/ |
| H A D | MemRefToLLVM.cpp | 1349 int64_t outDimIndex, ArrayRef<int64_t> outStaticShape, in getExpandedOutputDimSize() 1387 OpBuilder &b, Location loc, Type &llvmIndexType, int64_t outDimIndex, in getCollapsedOutputDimSize() 1415 llvm::seq<int64_t>(0, outStaticShape.size()), [&](int64_t outDimIndex) { in getCollapsedOutputShape() 1431 llvm::seq<int64_t>(0, outStaticShape.size()), [&](int64_t outDimIndex) { in getExpandedOutputShape()
|