MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.basecode.RawProtoFile Class Reference

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...
 

Detailed Description

The RawProtoFile class writes and reads prototxt to and from a file.

Definition at line 12 of file RawProtoFile.cs.

Constructor & Destructor Documentation

◆ RawProtoFile()

MyCaffe.basecode.RawProtoFile.RawProtoFile ( )

The RawProtoFile constructor.

Definition at line 17 of file RawProtoFile.cs.

Member Function Documentation

◆ LoadFromFile()

static RawProto MyCaffe.basecode.RawProtoFile.LoadFromFile ( string  strFileName)
static

Loads a RawProto from a prototxt file.

Parameters
strFileNameSpecifies the file name.
Returns
The RawProto read in is returned.

Definition at line 54 of file RawProtoFile.cs.

◆ SaveToFile()

static void MyCaffe.basecode.RawProtoFile.SaveToFile ( RawProto  p,
string  strFileName 
)
static

Saves the RawProto to a file.

Parameters
pSpecifies the RawProto.
strFileNameSpecifies the file name where the RawProto is to be saved.

Definition at line 26 of file RawProtoFile.cs.


The documentation for this class was generated from the following file: