Home
last modified time | relevance | path

Searched defs:staticShape (Results 1 – 3 of 3) sorted by relevance

/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
/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