BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Classes | Namespaces | Functions
recurrent.h File Reference
#include "layer_base.h"
Include dependency graph for recurrent.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  bc::nn::Recurrent< SystemTag, ValueType, RecurrentNonLinearity >
 

Namespaces

 bc
 The Evaluator determines if an expression needs to be greedily optimized.
 
 bc::nn
 

Functions

template<class ValueType , class SystemTag >
Recurrent< SystemTag, ValueType > bc::nn::recurrent (SystemTag system_tag, int inputs, int outputs)
 
template<class SystemTag >
auto bc::nn::recurrent (SystemTag system_tag, int inputs, int outputs)
 
auto bc::nn::recurrent (int inputs, int outputs)