Searched refs:shapeHash (Results 1 – 1 of 1) sorted by relevance
713 auto shapeHash{hash_value(std::get<SequenceType::Shape>(key))}; in hashKey() local714 shapeHash = llvm::hash_combine(shapeHash, std::get<mlir::Type>(key)); in hashKey()715 return llvm::hash_combine(shapeHash, std::get<mlir::AffineMapAttr>(key)); in hashKey()