MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.layers.LastBatchLoadedArgs Class Reference

Specifies the arguments sent to the OnBatchLoad event used when synchronizing between Data Layers. More...

Inheritance diagram for MyCaffe.layers.LastBatchLoadedArgs:

Public Member Functions

 LastBatchLoadedArgs (List< int > rgLabels)
 The constructor. More...
 

Properties

List< int > Labels [get]
 Returns the labels loaded. More...
 

Detailed Description

Specifies the arguments sent to the OnBatchLoad event used when synchronizing between Data Layers.

Definition at line 1057 of file DataLayer.cs.

Constructor & Destructor Documentation

◆ LastBatchLoadedArgs()

MyCaffe.layers.LastBatchLoadedArgs.LastBatchLoadedArgs ( List< int >  rgLabels)

The constructor.

Parameters
rgLabelsSpecifies the labels loaded.

Definition at line 1065 of file DataLayer.cs.

Property Documentation

◆ Labels

List<int> MyCaffe.layers.LastBatchLoadedArgs.Labels
get

Returns the labels loaded.

Definition at line 1073 of file DataLayer.cs.


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