BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
Classes | Functions
bc::tensors::io Namespace Reference

Classes

struct  features
 

Functions

template<class Tensor >
std::string to_string (const Tensor &tensor, features f, bc::traits::Integer< 2 >)
 
template<class Tensor >
std::string to_string (const Tensor &tensor, features f, bc::traits::Integer< 1 >)
 
template<class Tensor >
std::string to_string (const Tensor &tensor, features f, bc::traits::Integer< 0 >)
 
template<class Tensor , int X>
std::string to_string (const Tensor &tensor, features f, bc::traits::Integer< X >)
 

Function Documentation

◆ to_string() [1/4]

template<class Tensor >
std::string bc::tensors::io::to_string ( const Tensor tensor,
features  f,
bc::traits::Integer< 2 >   
)

◆ to_string() [2/4]

template<class Tensor >
std::string bc::tensors::io::to_string ( const Tensor tensor,
features  f,
bc::traits::Integer< 1 >   
)

◆ to_string() [3/4]

template<class Tensor >
std::string bc::tensors::io::to_string ( const Tensor tensor,
features  f,
bc::traits::Integer< 0 >   
)

◆ to_string() [4/4]

template<class Tensor , int X>
std::string bc::tensors::io::to_string ( const Tensor tensor,
features  f,
bc::traits::Integer< X >   
)