MyCaffe
1.12.2.41
Deep learning software for Windows C# programmers.
|
The Batch contains both the data and label Blobs of the batch. More...
Public Member Functions | |
Batch (CudaDnn< T > cuda, Log log) | |
The Batch constructor. More... | |
void | Dispose () |
Release all GPU and host resources used (if any). More... | |
Properties | |
Blob< T > | Data [get] |
Returns the data Blob of the batch. More... | |
Blob< T > | Label [get] |
Returns the label Blob of the batch. More... | |
The Batch contains both the data and label Blobs of the batch.
T | Specifies the base type float or double. Using float is recommended to conserve GPU memory. |
Definition at line 269 of file BasePrefetchingDataLayer.cs.
MyCaffe.layers.Batch< T >.Batch | ( | CudaDnn< T > | cuda, |
Log | log | ||
) |
The Batch constructor.
cuda | Specifies the CudaDnn connection to Cuda. |
log | Specifies the Log for output. |
Definition at line 279 of file BasePrefetchingDataLayer.cs.
void MyCaffe.layers.Batch< T >.Dispose | ( | ) |
Release all GPU and host resources used (if any).
Definition at line 288 of file BasePrefetchingDataLayer.cs.
|
get |
Returns the data Blob of the batch.
Definition at line 295 of file BasePrefetchingDataLayer.cs.
|
get |
Returns the label Blob of the batch.
Definition at line 303 of file BasePrefetchingDataLayer.cs.