BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
|
#include "layers/layer_traits.h"
#include "layer_chain.h"
#include "layer_loader.h"
#include <sys/types.h>
#include <sys/stat.h>
Go to the source code of this file.
Classes | |
struct | bc::nn::NeuralNetwork< Layers > |
the Neural_Network More... | |
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::is_recurrent_layer = bc::traits::conditional_detected_t< detail::query_forward_requires_outputs, T, std::false_type > |
Functions | |
template<class ... Layers> | |
auto | bc::nn::neuralnetwork (Layers ... layers) |
Factory method for creating neural_networks. More... | |