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

The MemoryLossLayerGetLossArgs class is passed to the OnGetLoss event. More...

Inheritance diagram for MyCaffe.layers.MemoryLossLayerGetLossArgs< T >:

Public Member Functions

 MemoryLossLayerGetLossArgs (BlobCollection< T > colBottom, object userState, double dfNormalizer)
 The constructor. More...
 

Properties

object user_state [get]
 Specifies a user-state. More...
 
BlobCollection< T > Bottom [get]
 Specifies the bottom passed in during the forward pass. More...
 
double Normalizer [get]
 Specifies the normalizer. More...
 
double Loss [getset]
 Get/set the externally calculated total loss. More...
 
bool EnableLossUpdate [getset]
 Get/set enabling the loss update within the backpropagation pass. More...
 
object Tag [getset]
 Get/set a user defined value. More...
 

Detailed Description

The MemoryLossLayerGetLossArgs class is passed to the OnGetLoss event.

Definition at line 241 of file MemoryLossLayer.cs.

Constructor & Destructor Documentation

◆ MemoryLossLayerGetLossArgs()

MyCaffe.layers.MemoryLossLayerGetLossArgs< T >.MemoryLossLayerGetLossArgs ( BlobCollection< T >  colBottom,
object  userState,
double  dfNormalizer 
)

The constructor.

Parameters
colBottomSpecifes the bottom inputs to the forward pass.
userStateSpecifies a user-state.
dfNormalizerSpecifies the normalizer value.

Definition at line 256 of file MemoryLossLayer.cs.

Property Documentation

◆ Bottom

Specifies the bottom passed in during the forward pass.

Definition at line 274 of file MemoryLossLayer.cs.

◆ EnableLossUpdate

bool MyCaffe.layers.MemoryLossLayerGetLossArgs< T >.EnableLossUpdate
getset

Get/set enabling the loss update within the backpropagation pass.

Definition at line 299 of file MemoryLossLayer.cs.

◆ Loss

Get/set the externally calculated total loss.

Definition at line 290 of file MemoryLossLayer.cs.

◆ Normalizer

double MyCaffe.layers.MemoryLossLayerGetLossArgs< T >.Normalizer
get

Specifies the normalizer.

Definition at line 282 of file MemoryLossLayer.cs.

◆ Tag

Get/set a user defined value.

Definition at line 308 of file MemoryLossLayer.cs.

◆ user_state

object MyCaffe.layers.MemoryLossLayerGetLossArgs< T >.user_state
get

Specifies a user-state.

The user-state is set via the 'user_state' property on the MemoryLossLayer.

Definition at line 266 of file MemoryLossLayer.cs.


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