![]() |
MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The BatchInput class stores the mini-batch index and input data. More...
Public Member Functions | |
| BatchInput (int nIdxBatch, object objInput) | |
| The BatchInput constructor. More... | |
Properties | |
| int | BatchIndex [get] |
| Returns the batch index. More... | |
| object | InputData [get] |
| Returns the input data. More... | |
The BatchInput class stores the mini-batch index and input data.
Definition at line 12 of file BatchInput.cs.
| MyCaffe.common.BatchInput.BatchInput | ( | int | nIdxBatch, |
| object | objInput | ||
| ) |
The BatchInput constructor.
| nIdxBatch | Specifies the mini-batch index. |
| objInput | Specifies the mini-batch data. |
Definition at line 22 of file BatchInput.cs.
|
get |
Returns the batch index.
Definition at line 31 of file BatchInput.cs.
|
get |
Returns the input data.
Definition at line 39 of file BatchInput.cs.