ArmNN
 25.11
Loading...
Searching...
No Matches
Filesystem.cpp File Reference
Include dependency graph for Filesystem.cpp:

Go to the source code of this file.

Namespaces

namespace  armnnUtils
namespace  armnnUtils::Filesystem

Functions

fs::path NamedTempFile (const char *fileName)
 Returns a path to a file in the system temporary folder. If the file existed it will be deleted.
std::string CreateDirectory (std::string sPath)
 Returns full path to temporary folder.
void RemoveDirectoryAndContents (const std::string &path)
 Remove a directory and its contents.
FileContents ReadFileContentsIntoString (const std::string &path)