Simple iterator class for the iterations over the training batches in a given data set represented by a TTensorDataLoader object.
| Data_t | The input data type. |
| Architecture_t | The underlying architecture type. |
Definition at line 94 of file TensorDataLoader.h.
Public Member Functions | |
| TTensorBatchIterator (TTensorDataLoader< Data_t, Architecture_t > &tensorDataLoader, size_t index=0) | |
| bool | operator!= (const TTensorBatchIterator &other) |
| TTensorBatch< Architecture_t > | operator* () |
| TTensorBatchIterator | operator++ () |
Private Attributes | |
| size_t | fBatchIndex |
| TTensorDataLoader< Data_t, Architecture_t > & | fTensorDataLoader |
#include <TMVA/DNN/TensorDataLoader.h>
|
inline |
Definition at line 100 of file TensorDataLoader.h.
|
inline |
Definition at line 112 of file TensorDataLoader.h.
|
inline |
Definition at line 106 of file TensorDataLoader.h.
|
inline |
Definition at line 107 of file TensorDataLoader.h.
|
private |
Definition at line 97 of file TensorDataLoader.h.
|
private |
Definition at line 96 of file TensorDataLoader.h.