MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.common.BlobName Class Reference

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

Detailed Description

The BlobName class is used to build unique blob names.

Definition at line 61 of file WeightInfo.cs.

Constructor & Destructor Documentation

◆ BlobName()

MyCaffe.common.BlobName.BlobName ( )

The constructor.

Definition at line 68 of file WeightInfo.cs.

Member Function Documentation

◆ GetName()

string MyCaffe.common.BlobName.GetName ( string  strName)

Returns a unique blob name.

Parameters
strNameSpecifies the original name of the blob.
Returns
A unique blob name is returned.

Definition at line 77 of file WeightInfo.cs.


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