![]() |
MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
Defines the arguments sent to the OnProgress and OnError events. More...
Public Member Functions | |
| ProgressArgs (ProgressInfo pi) | |
| The constructor. More... | |
Properties | |
| ProgressInfo | Progress [get] |
| Returns the progress information. More... | |
Defines the arguments sent to the OnProgress and OnError events.
Definition at line 16 of file ProgressArgs.cs.
| MyCaffe.data.ProgressArgs.ProgressArgs | ( | ProgressInfo | pi | ) |
The constructor.
| pi | Specifies the progress information. |
Definition at line 24 of file ProgressArgs.cs.
|
get |
Returns the progress information.
Definition at line 32 of file ProgressArgs.cs.