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

Go to the source code of this file.

Classes

struct  bc::nn::LayerChain< Index, Derived,... >
 Layer_Chain is an iterator-like object that connects different types of neural-network layers and defines convenient iterator-like methods. More...
 
struct  bc::nn::LayerChain< Index, Derived, CurrentLayer, Layers... >
 

Namespaces

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

Typedefs

template<class T >
using bc::nn::detail::query_layer_type = typename T::layer_type