Definition at line 40 of file RChunkLoader.hxx.
Public Member Functions | |
| RChunkLoaderFunctor (RFlat2DMatrix &chunkTensor, std::size_t numColumns, const std::vector< std::size_t > &maxVecSizes, float vecPadding, int i) | |
| void | operator() (const ColTypes &...cols) |
Private Member Functions | |
| template<typename T , std::enable_if_t<!ROOT::Internal::RDF::IsDataContainer< T >::value, int > = 0> | |
| void | AssignToTensor (const T &val, int i, int numColumns) |
| Copy the content of a column into RTensor when the column consits of single values. | |
| template<typename T , std::enable_if_t< ROOT::Internal::RDF::IsDataContainer< T >::value, int > = 0> | |
| void | AssignToTensor (const T &vec, int i, int numColumns) |
| Copy the content of a column into RTensor when the column consits of vectors. | |
Private Attributes | |
| RFlat2DMatrix & | fChunkTensor |
| int | fI |
| std::vector< std::size_t > | fMaxVecSizes {} |
| std::size_t | fNumChunkCols |
| int | fNumColumns |
| std::size_t | fOffset {} |
| float | fVecPadding {} |
| std::size_t | fVecSizeIdx {} |
#include <TMVA/BatchGenerator/RChunkLoader.hxx>
|
inline |
Definition at line 84 of file RChunkLoader.hxx.
|
inlineprivate |
Copy the content of a column into RTensor when the column consits of single values.
Definition at line 76 of file RChunkLoader.hxx.
|
inlineprivate |
Copy the content of a column into RTensor when the column consits of vectors.
Definition at line 56 of file RChunkLoader.hxx.
|
inline |
Definition at line 90 of file RChunkLoader.hxx.
|
private |
Definition at line 46 of file RChunkLoader.hxx.
|
private |
Definition at line 50 of file RChunkLoader.hxx.
|
private |
Definition at line 45 of file RChunkLoader.hxx.
|
private |
Definition at line 48 of file RChunkLoader.hxx.
|
private |
Definition at line 51 of file RChunkLoader.hxx.
|
private |
Definition at line 42 of file RChunkLoader.hxx.
|
private |
Definition at line 44 of file RChunkLoader.hxx.
|
private |
Definition at line 43 of file RChunkLoader.hxx.