Definition at line 147 of file RChunkLoader.hxx.
Public Member Functions | |
| RChunkLoader (ROOT::RDF::RNode &rdf, TMVA::Experimental::RTensor< float > &chunkTensor, const std::size_t chunkSize, const std::vector< std::string > &cols, const std::vector< std::size_t > &vecSizes={}, const float vecPadding=0.0) | |
| Constructor for the RChunkLoader. | |
| std::size_t | LoadChunk (const std::size_t currentRow) |
| Load a chunk of data using the RChunkLoaderFunctor. | |
Private Attributes | |
| ROOT::RDF::RNode & | f_rdf |
| std::size_t | fChunkSize |
| TMVA::Experimental::RTensor< float > & | fChunkTensor |
| std::vector< std::string > | fCols |
| std::size_t | fVecPadding |
| std::vector< std::size_t > | fVecSizes |
#include <TMVA/BatchGenerator/RChunkLoader.hxx>
|
inline |
Constructor for the RChunkLoader.
| rdf | |
| chunkSize | |
| cols | |
| vecSizes | |
| vecPadding |
Definition at line 167 of file RChunkLoader.hxx.
|
inline |
Load a chunk of data using the RChunkLoaderFunctor.
| chunkTensor | |
| currentRow |
Definition at line 183 of file RChunkLoader.hxx.
|
private |
Definition at line 157 of file RChunkLoader.hxx.
|
private |
Definition at line 150 of file RChunkLoader.hxx.
|
private |
Definition at line 158 of file RChunkLoader.hxx.
|
private |
Definition at line 152 of file RChunkLoader.hxx.
|
private |
Definition at line 155 of file RChunkLoader.hxx.
|
private |
Definition at line 154 of file RChunkLoader.hxx.