|
BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
|
#include "basic_allocators.h"#include "allocator_traits.h"#include "polymorphic_allocator.h"#include "stack_allocator.h"#include "recycle_allocator.h"#include "logging_allocator.h"#include "null_allocator.h"

Go to the source code of this file.
Classes | |
| class | bc::allocators::Byte |
| class | bc::allocators::Allocator< ValueType, SystemTag > |
Namespaces | |
| bc | |
| The Evaluator determines if an expression needs to be greedily optimized. | |
| bc::allocators | |
Typedefs | |
| template<class ValueType > | |
| using | bc::Basic_Allocator = allocators::Allocator< ValueType, host_tag > |
| template<class ValueType > | |
| using | bc::Cuda_Allocator = allocators::Allocator< ValueType, device_tag > |
| template<class ValueType > | |
| using | bc::Cuda_Managed = allocators::Device_Managed< ValueType > |
1.8.13