MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The BackwardArgs are passed to the OnBackward event of the EventLayer. More...
Public Member Functions | |
BackwardArgs (BlobCollection< T > colTop, List< bool > rgbPropagateDown, BlobCollection< T > colBottom) | |
The constructor. More... | |
Public Member Functions inherited from MyCaffe.common.ForwardArgs< T > | |
ForwardArgs (BlobCollection< T > colBottom, BlobCollection< T > colTop) | |
The constructor. More... | |
Properties | |
List< bool > | PropagateDown [get] |
Returns the list on whether or not to propagate down. More... | |
Properties inherited from MyCaffe.common.ForwardArgs< T > | |
BlobCollection< T > | BottomVec [get] |
Returns the bottom blobs. More... | |
BlobCollection< T > | TopVec [get] |
Returns the top blobs. More... | |
The BackwardArgs are passed to the OnBackward event of the EventLayer.
T | Specifies the base type float or double. Using float is recommended to conserve GPU memory. |
Definition at line 702 of file EventArgs.cs.
MyCaffe.common.BackwardArgs< T >.BackwardArgs | ( | BlobCollection< T > | colTop, |
List< bool > | rgbPropagateDown, | ||
BlobCollection< T > | colBottom | ||
) |
The constructor.
colTop | Specifies the top blobs. |
rgbPropagateDown | Specifies whether or not to backpropagate down. |
colBottom | Specifies the bottom blobs. |
Definition at line 712 of file EventArgs.cs.
|
get |
Returns the list on whether or not to propagate down.
Definition at line 721 of file EventArgs.cs.