Logo ROOT   6.14/05
Reference Guide
Classes | Namespaces | Typedefs
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...
 
class  TMVA::DNN::TTensorDataLoader< Data_t, Architecture_t >
 TTensorDataLoader. More...
 

Namespaces

 TMVA
 Abstract ClassifierFactory template that handles arbitrary types.
 
 TMVA::DNN
 

Typedefs

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