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

Functions

bool directory_exists (const std::string &name)
 
int mkdir (const std::string &name)
 
bool file_exists (const std::string &name)
 
bc::string make_path (const bc::string &path)
 
template<class... Strs>
bc::string make_path (const bc::string &str, const Strs &... strs)
 

Function Documentation

◆ directory_exists()

bool bc::filesystem::directory_exists ( const std::string &  name)
inline

◆ file_exists()

bool bc::filesystem::file_exists ( const std::string &  name)
inline

◆ make_path() [1/2]

bc::string bc::filesystem::make_path ( const bc::string path)
inline

◆ make_path() [2/2]

template<class... Strs>
bc::string bc::filesystem::make_path ( const bc::string str,
const Strs &...  strs 
)
inline

◆ mkdir()

int bc::filesystem::mkdir ( const std::string &  name)
inline