public static TNet Load <TNet>(string path) where TNet : LayeredNet <T> { return(StreamHelpers.LoadObject(path, Load <TNet>)); }
public static LayeredNet <T> Load(string path) { return(StreamHelpers.LoadObject(path, Load)); }