Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Interfaces/
H A DInferTypeOpInterface.cpp189 for (const auto &shapeAndType : retComponents) { in inferReturnTensorTypes() local
190 assert(shapeAndType.getAttribute() == nullptr && "attribute not supported"); in inferReturnTensorTypes()
191 assert(shapeAndType.getElementType() && in inferReturnTensorTypes()
193 if (shapeAndType.hasRank()) in inferReturnTensorTypes()
195 shapeAndType.getDims(), shapeAndType.getElementType())); in inferReturnTensorTypes()
198 UnrankedTensorType::get(shapeAndType.getElementType())); in inferReturnTensorTypes()