Searched refs:rankedMemrefType (Results 1 – 1 of 1) sorted by relevance
85 auto rankedMemrefType = memrefType.dyn_cast<MemRefType>(); in getBufferizedFunctionArgType() local86 assert(rankedMemrefType && "buffer layout not supported on unranked tensors"); in getBufferizedFunctionArgType()88 rankedMemrefType.getShape(), rankedMemrefType.getElementType(), in getBufferizedFunctionArgType()89 layoutAttr.getValue(), rankedMemrefType.getMemorySpaceAsInt()); in getBufferizedFunctionArgType()