MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.layers.beta.ModelData.OnGetDataArgs Class Reference

Defines the arguments passed to the OnGetData event. More...

Inheritance diagram for MyCaffe.layers.beta.ModelData.OnGetDataArgs:

Public Member Functions

 OnGetDataArgs (IterationInfo iter)
 The constructor. More...
 

Properties

IterationInfo IterationInfo [get]
 Returns the iteration information. More...
 

Detailed Description

Defines the arguments passed to the OnGetData event.

Definition at line 558 of file ModelDataLayer.cs.

Constructor & Destructor Documentation

◆ OnGetDataArgs()

MyCaffe.layers.beta.ModelData.OnGetDataArgs.OnGetDataArgs ( IterationInfo  iter)

The constructor.

Parameters
iterSpecifies the iteration info.

Definition at line 566 of file ModelDataLayer.cs.

Property Documentation

◆ IterationInfo

IterationInfo MyCaffe.layers.beta.ModelData.OnGetDataArgs.IterationInfo
get

Returns the iteration information.

Definition at line 574 of file ModelDataLayer.cs.


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