BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Typedefs
bc::tensors::detail Namespace Reference

Typedefs

template<class T >
using default_allocator = bc::Allocator< T, default_system_tag_t >
 
template<int X>
using default_shape = bc::Shape< X >
 

Typedef Documentation

◆ default_allocator

◆ default_shape

template<int X>
using bc::tensors::detail::default_shape = typedef bc::Shape<X>