MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.common.BackwardArgs< T > Class Template Reference

The BackwardArgs are passed to the OnBackward event of the EventLayer. More...

Inheritance diagram for MyCaffe.common.BackwardArgs< T >:
MyCaffe.common.ForwardArgs< T >

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

Detailed Description

The BackwardArgs are passed to the OnBackward event of the EventLayer.

Template Parameters
TSpecifies the base type float or double. Using float is recommended to conserve GPU memory.

Definition at line 702 of file EventArgs.cs.

Constructor & Destructor Documentation

◆ BackwardArgs()

MyCaffe.common.BackwardArgs< T >.BackwardArgs ( BlobCollection< T >  colTop,
List< bool >  rgbPropagateDown,
BlobCollection< T >  colBottom 
)

The constructor.

Parameters
colTopSpecifies the top blobs.
rgbPropagateDownSpecifies whether or not to backpropagate down.
colBottomSpecifies the bottom blobs.

Definition at line 712 of file EventArgs.cs.

Property Documentation

◆ PropagateDown

List<bool> MyCaffe.common.BackwardArgs< T >.PropagateDown
get

Returns the list on whether or not to propagate down.

Definition at line 721 of file EventArgs.cs.


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