![]()  | 
                        
                             
                                MyCaffe
                                 1.12.2.41
                             
                            Deep learning software for Windows C# programmers. 
                         | 
                    
The RawProtoFile class writes and reads prototxt to and from a file. More...
Public Member Functions | |
| RawProtoFile () | |
| The RawProtoFile constructor.  More... | |
Static Public Member Functions | |
| static void | SaveToFile (RawProto p, string strFileName) | 
| Saves the RawProto to a file.  More... | |
| static RawProto | LoadFromFile (string strFileName) | 
| Loads a RawProto from a prototxt file.  More... | |
The RawProtoFile class writes and reads prototxt to and from a file.
Definition at line 12 of file RawProtoFile.cs.
| MyCaffe.basecode.RawProtoFile.RawProtoFile | ( | ) | 
The RawProtoFile constructor.
Definition at line 17 of file RawProtoFile.cs.
      
  | 
  static | 
Loads a RawProto from a prototxt file.
| strFileName | Specifies the file name. | 
Definition at line 54 of file RawProtoFile.cs.
      
  | 
  static | 
Saves the RawProto to a file.
| p | Specifies the RawProto. | 
| strFileName | Specifies the file name where the RawProto is to be saved. | 
Definition at line 26 of file RawProtoFile.cs.