Skip to main content

load

Function load 

Source
pub fn load(blob: Blob) -> Result<(Index, Tensors), Error>
Expand description

Opens the tensors of a .kime file held in blob.

ยงErrors

Error::Format if the index is invalid.