Logo ROOT  
Reference Guide
RNNLayer.h File Reference
#include <cmath>
#include <iostream>
#include <vector>
#include "TMatrix.h"
#include "TMVA/DNN/Functions.h"
Include dependency graph for RNNLayer.h:
This graph shows which files directly or indirectly include this file:

Classes

class  TMVA::DNN::RNN::TBasicRNNLayer< Architecture_t >
 

Namespaces

namespace  TMVA
 create variable transformations
 
namespace  TMVA::DNN
 
namespace  TMVA::DNN::RNN
 

Functions

template<typename Architecture_t >
auto TMVA::DNN::RNN::debugMatrix (const typename Architecture_t::Matrix_t &A, const std::string name="matrix") -> void