#include <sstream>
#include <limits>
#include <vector>
#include <string>
#include "TMVA/Tools.h"
#include "TError.h"
#include "TMVA/DNN/Functions.h"
Classes | |
class | TMVA::DNN::VGeneralLayer< Architecture_t > |
Generic General Layer class. More... | |
Namespaces | |
namespace | TMVA |
create variable transformations | |
namespace | TMVA::DNN |
Functions | |
template<typename Architecture > | |
auto | TMVA::DNN::debugTensor (const typename Architecture::Tensor_t &A, const std::string name="tensor") -> void |