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

The ForwardArgs are passed to the OnForward event of the EventLayer. More...

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

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

Detailed Description

The ForwardArgs are passed to the OnForward event of the EventLayer.

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

Definition at line 665 of file EventArgs.cs.

Constructor & Destructor Documentation

◆ ForwardArgs()

MyCaffe.common.ForwardArgs< T >.ForwardArgs ( BlobCollection< T >  colBottom,
BlobCollection< T >  colTop 
)

The constructor.

Parameters
colBottomSpecifies the bottom blobs.
colTopSpecifies the top blobs.

Definition at line 675 of file EventArgs.cs.

Property Documentation

◆ BottomVec

Returns the bottom blobs.

Definition at line 684 of file EventArgs.cs.

◆ TopVec

Returns the top blobs.

Definition at line 692 of file EventArgs.cs.


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