|
BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
|
#include <basic_allocators.h>
Public Types | |
| using | system_tag = SystemTag |
| using | value_type = ValueType |
| using | pointer = value_type * |
| using | const_pointer = value_type * |
| using | size_type = std::size_t |
| using | reference = value_type & |
| using | const_reference = const value_type & |
| using | propagate_on_container_copy_assignment = std::false_type |
| using | propagate_on_container_move_assignment = std::false_type |
| using | propagate_on_container_swap = std::false_type |
| using | is_always_equal = std::true_type |
Public Member Functions | |
| template<class U > | |
| bool | operator== (const Basic_Allocator_Base< U, SystemTag > &) const |
| template<class U > | |
| bool | operator!= (const Basic_Allocator_Base< U, SystemTag > &) const |
| using bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >::const_pointer = value_type* |
| using bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >::const_reference = const value_type& |
| using bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >::is_always_equal = std::true_type |
| using bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >::pointer = value_type* |
| using bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >::propagate_on_container_copy_assignment = std::false_type |
| using bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >::propagate_on_container_move_assignment = std::false_type |
| using bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >::propagate_on_container_swap = std::false_type |
| using bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >::reference = value_type& |
| using bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >::size_type = std::size_t |
| using bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >::system_tag = SystemTag |
| using bc::allocators::Basic_Allocator_Base< ValueType, SystemTag >::value_type = ValueType |
|
inline |
|
inline |
1.8.13