|
BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
|
#include "../layer_loader.h"#include "layer_traits.h"#include <string>#include <sys/types.h>#include <sys/stat.h>#include <fstream>#include <ostream>
Go to the source code of this file.
Namespaces | |
| bc | |
| The Evaluator determines if an expression needs to be greedily optimized. | |
| bc::nn | |
Macros | |
| #define | LAYER_H_ |
Functions | |
| template<class... ArgsA, class... ArgsB> | |
| void | bc::nn::link (std::shared_ptr< Layer_Base< ArgsA... >> prev, std::shared_ptr< Layer_Base< ArgsB... >> next) |
| #define LAYER_H_ |
1.8.13