|
BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
|
#include "layers/layer_traits.h"

Go to the source code of this file.
Classes | |
| struct | bc::nn::Tensor_Descriptor< ValueType, SystemTag, NumDimension, AllocatorType > |
Namespaces | |
| bc | |
| The Evaluator determines if an expression needs to be greedily optimized. | |
| bc::nn | |
Macros | |
| #define | BLACKCAT_DEFAULT_SYSTEM_T bc::host_tag |
Typedefs | |
| template<class ValueType , class SystemTag , class... AltAllocator> | |
| using | bc::nn::nn_default_allocator_type = bc::allocators::Recycle_Allocator< ValueType, SystemTag, AltAllocator... > |
| using | bc::nn::nn_default_system_tag = bc::host_tag |
| using | bc::nn::nn_default_optimizer_type = Momentum |
| #define BLACKCAT_DEFAULT_SYSTEM_T bc::host_tag |
1.8.13