MyCaffe  1.12.2.41
Deep learning software for Windows C# programmers.
MyCaffe.data.ProgressArgs Class Reference

Defines the arguments sent to the OnProgress and OnError events. More...

Inheritance diagram for MyCaffe.data.ProgressArgs:

Public Member Functions

 ProgressArgs (ProgressInfo pi)
 The constructor. More...
 

Properties

ProgressInfo Progress [get]
 Returns the progress information. More...
 

Detailed Description

Defines the arguments sent to the OnProgress and OnError events.

Definition at line 16 of file ProgressArgs.cs.

Constructor & Destructor Documentation

◆ ProgressArgs()

MyCaffe.data.ProgressArgs.ProgressArgs ( ProgressInfo  pi)

The constructor.

Parameters
piSpecifies the progress information.

Definition at line 24 of file ProgressArgs.cs.

Property Documentation

◆ Progress

ProgressInfo MyCaffe.data.ProgressArgs.Progress
get

Returns the progress information.

Definition at line 32 of file ProgressArgs.cs.


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