Function neuroflow::io::save [] [src]

pub fn save<T: Serialize>(obj: &T, file_path: &str)

obj: it should be neural network to save. I guess it should be generic type with necessary implementation of some trait