mxnet
Classes | Namespaces
filesystem.h File Reference

Utilities to manipulate files. More...

#include <dmlc/logging.h>
#include <dmlc/io.h>
#include <algorithm>
#include <string>
#include <vector>
#include <random>
#include <unistd.h>
#include <sys/stat.h>
#include <sys/types.h>
Include dependency graph for filesystem.h:

Go to the source code of this file.

Classes

class  dmlc::TemporaryDirectory
 Manager class for temporary directories. Whenever a new TemporaryDirectory object is constructed, a temporary directory is created. The directory is deleted when the object is deleted or goes out of scope. Note: no symbolic links are allowed inside the temporary directory. More...
 

Namespaces

 dmlc
 namespace for dmlc
 

Detailed Description

Utilities to manipulate files.

Copyright (c) 2018 by Contributors

Author
Hyunsu Philip Cho