Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
RNNLayer.h File Reference
#include <cmath>
#include <iostream>
#include <vector>
#include <string>
#include "TMatrix.h"
#include "TMVA/DNN/Functions.h"

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