pub fn read_net<B: Backend>( path: impl AsRef<Path>, device: &B::Device, ) -> Result<OnnxModel<B>>
Load network from files.