---
title: MPSGraphSparseStorageType
framework: metalperformanceshadersgraph
role: symbol
role_heading: Enumeration
path: metalperformanceshadersgraph/mpsgraphsparsestoragetype
---

# MPSGraphSparseStorageType

The sparse storage options in the Metal Performance Shaders Graph framework.

## Declaration

```swift
enum MPSGraphSparseStorageType
```

## Topics

### Enumeration Cases

- [MPSGraphSparseStorageType.COO](metalperformanceshadersgraph/mpsgraphsparsestoragetype/coo.md)
- [MPSGraphSparseStorageType.CSC](metalperformanceshadersgraph/mpsgraphsparsestoragetype/csc.md)
- [MPSGraphSparseStorageType.CSR](metalperformanceshadersgraph/mpsgraphsparsestoragetype/csr.md)

### Initializers

- [init(rawValue:)](metalperformanceshadersgraph/mpsgraphsparsestoragetype/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
