Definition at line 32 of file RChunkLoader.hxx.
Public Member Functions | |
RChunkLoaderFunctor (TMVA::Experimental::RTensor< float > &chunkTensor, const std::vector< std::size_t > &maxVecSizes, float vecPadding) | |
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) |
template<typename T , std::enable_if_t< ROOT::Internal::RDF::IsDataContainer< T >::value, int > = 0> | |
void | AssignToTensor (const T &vec) |
Private Attributes | |
TMVA::Experimental::RTensor< float > & | fChunkTensor |
std::vector< std::size_t > | fMaxVecSizes {} |
std::size_t | fOffset {} |
float | fVecPadding {} |
std::size_t | fVecSizeIdx {} |
#include <TMVA/BatchGenerator/RChunkLoader.hxx>
|
inline |
Definition at line 64 of file RChunkLoader.hxx.
|
inlineprivate |
Definition at line 58 of file RChunkLoader.hxx.
|
inlineprivate |
Definition at line 41 of file RChunkLoader.hxx.
|
inline |
Definition at line 70 of file RChunkLoader.hxx.
|
private |
Definition at line 38 of file RChunkLoader.hxx.
|
private |
Definition at line 36 of file RChunkLoader.hxx.
|
private |
Definition at line 33 of file RChunkLoader.hxx.
|
private |
Definition at line 35 of file RChunkLoader.hxx.
|
private |
Definition at line 34 of file RChunkLoader.hxx.