Logo ROOT  
Reference Guide
TensorDataLoader.h File Reference
#include "TMatrix.h"
#include "TMVA/Event.h"
#include <algorithm>
Include dependency graph for TensorDataLoader.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TMVA::DNN::TTensorBatch< Architecture_t >
 TTensorBatch. More...
 
class  TMVA::DNN::TTensorBatchIterator< Data_t, Architecture_t >
 TTensorBatchIterator. More...
 
class  TMVA::DNN::TTensorDataLoader< Data_t, Architecture_t >
 TTensorDataLoader. More...
 

Namespaces

namespace  TMVA
 create variable transformations
 
namespace  TMVA::DNN
 

Typedefs

using TMVA::DNN::TensorInput = std::tuple< const std::vector< TMatrixT< Double_t > > &, const TMatrixT< Double_t > &, const TMatrixT< Double_t > & >