BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
|
#include "layer_manager.h"
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 |