示例#1
0
 public static TNet Load <TNet>(string path) where TNet : LayeredNet <T>
 {
     return(StreamHelpers.LoadObject(path, Load <TNet>));
 }
示例#2
0
 public static LayeredNet <T> Load(string path)
 {
     return(StreamHelpers.LoadObject(path, Load));
 }