Home
last modified time | relevance | path

Searched defs:expandedShape (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Utils/
H A DReshapeOpsUtils.cpp228 ArrayRef<int64_t> collapsedShape, ArrayRef<int64_t> expandedShape, in reshapeLikeShapesAreCompatible()
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DElementwiseOpFusion.cpp514 ArrayRef<int64_t> expandedShape, in compute()
569 ArrayRef<int64_t> expandedShape = expansionInfo.getExpandedShapeOfDim(i); in isGenericOpExpandable() local
606 SmallVector<int64_t> expandedShape; in getExpandedType() local
/llvm-project-15.0.7/mlir/lib/Dialect/Math/Transforms/
H A DPolynomialApproximation.cpp111 SmallVector<int64_t> expandedShape(inputShape.begin(), inputShape.end()); in handleMultidimensionalVectors() local
/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/IR/
H A DMemRefOps.cpp1614 ArrayRef<int64_t> expandedShape, in verifyCollapsedShape()