MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The ForwardArgs are passed to the OnForward event of the EventLayer. More...
Public Member Functions | |
ForwardArgs (BlobCollection< T > colBottom, BlobCollection< T > colTop) | |
The constructor. More... | |
Properties | |
BlobCollection< T > | BottomVec [get] |
Returns the bottom blobs. More... | |
BlobCollection< T > | TopVec [get] |
Returns the top blobs. More... | |
The ForwardArgs are passed to the OnForward event of the EventLayer.
T | Specifies the base type float or double. Using float is recommended to conserve GPU memory. |
Definition at line 665 of file EventArgs.cs.
MyCaffe.common.ForwardArgs< T >.ForwardArgs | ( | BlobCollection< T > | colBottom, |
BlobCollection< T > | colTop | ||
) |
The constructor.
colBottom | Specifies the bottom blobs. |
colTop | Specifies the top blobs. |
Definition at line 675 of file EventArgs.cs.
|
get |
Returns the bottom blobs.
Definition at line 684 of file EventArgs.cs.
|
get |
Returns the top blobs.
Definition at line 692 of file EventArgs.cs.