BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Classes | Namespaces | Macros | Typedefs
common.h File Reference
#include "layers/layer_traits.h"
Include dependency graph for common.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

◆ BLACKCAT_DEFAULT_SYSTEM_T

#define BLACKCAT_DEFAULT_SYSTEM_T   bc::host_tag