MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The GetConversionBlobArgs are passed to the Layer::OnGetConversionBlobs event which fires each time a blob needs to be converted form half to base or back. More...
Public Member Functions | |
GetConversionBlobArgs () | |
The constructor. More... | |
Properties | |
Blob< T > | BaseWork [getset] |
The work blob in the base size. More... | |
Blob< T > | HalfWork [getset] |
The work blob in the half size. More... | |
The GetConversionBlobArgs are passed to the Layer::OnGetConversionBlobs event which fires each time a blob needs to be converted form half to base or back.
T | Specifies the default base type. |
Definition at line 55 of file EventArgs.cs.
The constructor.
Definition at line 63 of file EventArgs.cs.
|
getset |
The work blob in the base size.
Definition at line 70 of file EventArgs.cs.
|
getset |
The work blob in the half size.
Definition at line 79 of file EventArgs.cs.