Home
last modified time | relevance | path

Searched defs:hasStaticShape (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DInferTypeOpInterface.cpp89 bool ShapeAdaptor::hasStaticShape() const { in hasStaticShape() function in ShapeAdaptor
/llvm-project-15.0.7/mlir/lib/Dialect/Linalg/Transforms/
H A DTransforms.cpp187 bool hasStaticShape = llvm::none_of(shapeDimsToPad, [&](int64_t dim) { in padOperandToSmallestStaticBoundingBox() local