pub fn load(blob: Blob) -> Result<(Index, Tensors), Error>
Opens the tensors of a .kime file held in blob.
.kime
blob
Error::Format if the index is invalid.
Error::Format