Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Linalg/IR/
H A DLinalgOps.td105 "ArrayRef<int64_t>":$staticShape, "Type":$elementType),
108 InitTensorOp::inferResultType(staticShape, elementType),
109 shape, $_builder.getI64ArrayAttr(staticShape));
113 SmallVector<int64_t, 4> staticShape(
115 build($_builder, $_state, shape, staticShape, elementType);
117 OpBuilder<(ins "ArrayRef<int64_t>":$staticShape, "Type":$elementType),
119 build($_builder, $_state, ValueRange{}, staticShape, elementType);
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DElementwiseToLinalg.cpp67 auto staticShape = llvm::to_vector<4>(rankedTensorType.getShape()); in getOrCreateOperandsMatchingResultTypes() local
71 loc, dynamicShape, staticShape, rankedTensorType.getElementType())); in getOrCreateOperandsMatchingResultTypes()
/llvm-project-15.0.7/flang/include/flang/Lower/
H A DBoxAnalyzer.h361 llvm::ArrayRef<int64_t> staticShape() const { in staticShape() function
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/IR/
H A DLinalgOps.cpp542 SmallVector<int64_t, 4> staticShape(oldResultType.getRank(), in matchAndRewrite() local
545 padOp.getLoc(), reifiedShape.front(), staticShape, in matchAndRewrite()
/llvm-project-15.0.7/flang/lib/Lower/
H A DConvertVariable.cpp1155 for (int64_t extent : box.staticShape()) in lowerExplicitExtents()