Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp741 SmallVector<int64_t, 8> foldedConstantShape; in matchAndRewrite() local
747 foldedConstantShape, in matchAndRewrite()
750 foldedConstantShape = newFoldedConstantShape; in matchAndRewrite()
762 {static_cast<int64_t>(foldedConstantShape.size())}, in matchAndRewrite()
766 rewriter.getIndexTensorAttr(foldedConstantShape))); in matchAndRewrite()