BlackCat_Tensors
A GPU-supported autograd and linear algebra library, designed for neural network construction
|
#include <sys/types.h>
#include <sys/stat.h>
#include <string>
#include <fstream>
#include "string.h"
Go to the source code of this file.
Namespaces | |
bc | |
The Evaluator determines if an expression needs to be greedily optimized. | |
bc::filesystem | |
Macros | |
#define | BC_FILE_SEPERATOR '/' |
Functions | |
bool | bc::filesystem::directory_exists (const std::string &name) |
int | bc::filesystem::mkdir (const std::string &name) |
bool | bc::filesystem::file_exists (const std::string &name) |
bc::string | bc::filesystem::make_path (const bc::string &path) |
template<class... Strs> | |
bc::string | bc::filesystem::make_path (const bc::string &str, const Strs &... strs) |
#define BC_FILE_SEPERATOR '/' |