| 1 | //! Abstraction for reading individual tensors from storage by name. |
| 2 | //! |
| 3 | //! [`TensorStorageProvider`] enables on-demand tensor reads without loading |
| 4 | //! the entire model into memory. The primary implementation [`SafetensorsStorage`] |
nothing calls this directly
no outgoing calls
no test coverage detected