pub fn load_from_path(path: &str) -> Result<Box<dyn WeightLoader>, Error>Expand description
Dispatch on the file extension via crate::weight_registry.
pub fn load_from_path(path: &str) -> Result<Box<dyn WeightLoader>, Error>Dispatch on the file extension via crate::weight_registry.