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

Classes

struct  csv_descriptor
 
struct  Range
 

Functions

template<>
double from_string (const std::string &str)
 
template<>
float from_string (const std::string &str)
 
template<>
int from_string (const std::string &str)
 
template<>
std::string from_string (const std::string &str)
 
template<class T >
auto range (T begin, T end=T())
 

Function Documentation

◆ from_string() [1/4]

template<>
double bc::io::from_string ( const std::string &  str)
inline

◆ from_string() [2/4]

template<>
float bc::io::from_string ( const std::string &  str)
inline

◆ from_string() [3/4]

template<>
int bc::io::from_string ( const std::string &  str)
inline

◆ from_string() [4/4]

template<>
std::string bc::io::from_string ( const std::string &  str)
inline

◆ range()

template<class T >
auto bc::io::range ( begin,
end = T() 
)