MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.basecode.LossArgs Class Reference

The LossArgs contains the loss values for a given batch. More...

Inheritance diagram for MyCaffe.basecode.LossArgs:

Public Member Functions

 LossArgs (int nCount, List< int > rgShape)
 The constructor. More...
 

Properties

List< int > Shape [get]
 Specifies the shape of the data. More...
 
float[] Data [get]
 Specifies the loss values for a given batch. More...
 

Detailed Description

The LossArgs contains the loss values for a given batch.

Definition at line 206 of file EventArgs.cs.

Constructor & Destructor Documentation

◆ LossArgs()

MyCaffe.basecode.LossArgs.LossArgs ( int  nCount,
List< int >  rgShape 
)

The constructor.

Parameters
nCountSpecifies the batch size used.
rgShapeSpecifies the shape of the data.

Definition at line 216 of file EventArgs.cs.

Property Documentation

◆ Data

float [] MyCaffe.basecode.LossArgs.Data
get

Specifies the loss values for a given batch.

Definition at line 233 of file EventArgs.cs.

◆ Shape

List<int> MyCaffe.basecode.LossArgs.Shape
get

Specifies the shape of the data.

Definition at line 225 of file EventArgs.cs.


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