pub fn primary_bytes(spec: &ModelSpec) -> Result<Vec<u8>, DownloadError>Expand description
Read the primary (first) weight file of a model into memory. Convenience for
handing bytes straight to super::onnx::OnnxModel::load.
pub fn primary_bytes(spec: &ModelSpec) -> Result<Vec<u8>, DownloadError>Read the primary (first) weight file of a model into memory. Convenience for
handing bytes straight to super::onnx::OnnxModel::load.