ONE - On-device Neural Engine
|
Functions | |
void | makeTemporaryFile (char *name_template) |
create valid name of temporary file | |
void | writeDataToFile (const std::string &file_path, const std::string &data) |
write data to file_path | |
std::string | makeTemporaryFolder (char *name_template) |
create valid name of temporary folder | |
bool | isFileExists (const std::string &file_path) |
checks whether file exists | |
bool mpqsolver::test::io_utils::isFileExists | ( | const std::string & | file_path | ) |
checks whether file exists
void mpqsolver::test::io_utils::makeTemporaryFile | ( | char * | name_template | ) |
create valid name of temporary file
std::string mpqsolver::test::io_utils::makeTemporaryFolder | ( | char * | name_template | ) |
create valid name of temporary folder
void mpqsolver::test::io_utils::writeDataToFile | ( | const std::string & | file_path, |
const std::string & | data | ||
) |
write data to file_path