MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The BlobName class is used to build unique blob names. More...
Public Member Functions | |
BlobName () | |
The constructor. More... | |
string | GetName (string strName) |
Returns a unique blob name. More... | |
The BlobName class is used to build unique blob names.
Definition at line 61 of file WeightInfo.cs.
MyCaffe.common.BlobName.BlobName | ( | ) |
The constructor.
Definition at line 68 of file WeightInfo.cs.
string MyCaffe.common.BlobName.GetName | ( | string | strName | ) |
Returns a unique blob name.
strName | Specifies the original name of the blob. |
Definition at line 77 of file WeightInfo.cs.