ONE - On-device Neural Engine
|
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | filesystem |
Functions | |
const std::string | filesystem::separator () |
std::string | filesystem::normalize_path (const std::string &path) |
Normalize compatible separator in path to default separator. | |
bool | filesystem::is_dir (const std::string &path) |
bool | filesystem::mkdir (const std::string &path) |
std::string | filesystem::join (const std::string &path1, const std::string &path2) |
std::string | filesystem::basename (const std::string &path) |