Home
last modified time | relevance | path

Searched defs:hasRank (Results 1 – 8 of 8) sorted by relevance

/llvm-project/mlir/include/mlir/Dialect/Tosa/Utils/
H A DShapeUtils.h171 bool hasRank; member
/llvm-project/mlir/include/mlir/Interfaces/
H A DInferTypeOpInterface.h147 bool hasRank() const { return ranked; }; in hasRank() function
/llvm-project/mlir/lib/Interfaces/
H A DInferTypeOpInterface.cpp68 bool ShapeAdaptor::hasRank() const { hasRank() function in ShapeAdaptor
[all...]
/llvm-project/mlir/lib/CAPI/Interfaces/
H A DInterfaces.cpp152 bool hasRank; in mlirInferShapedTypeOpInterfaceInferReturnTypes() local
/llvm-project/flang/include/flang/Optimizer/Builder/
H A DBoxValue.h252 bool hasRank() const { return mlir::isa<fir::SequenceType>(getBaseTy()); } hasRank() function
/llvm-project/mlir/lib/IR/
H A DBuiltinTypes.cpp276 bool TensorType::hasRank() const { return !llvm::isa<UnrankedTensorType>(*this); } hasRank() function in TensorType
363 bool BaseMemRefType::hasRank() const { return !llvm::isa<UnrankedMemRefType>(*this); } hasRank() function in BaseMemRefType
H A DOperation.cpp1141 auto hasRank = [](const Type type) { in verifySameOperandsAndResultRank() local
/llvm-project/mlir/lib/Bindings/Python/
H A DIRInterfaces.cpp420 if (!hasRank) { in appendResultsCallback() argument