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 96 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 102 of file TensorDataLoader.h.
|
inline |
Definition at line 114 of file TensorDataLoader.h.
|
inline |
Definition at line 108 of file TensorDataLoader.h.
|
inline |
Definition at line 109 of file TensorDataLoader.h.
|
private |
Definition at line 99 of file TensorDataLoader.h.
|
private |
Definition at line 98 of file TensorDataLoader.h.