|
LBANN
0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
|
#include <fcntl.h>#include <sys/stat.h>#include <sys/types.h>Go to the source code of this file.
Namespaces | |
| lbann | |
Functions | |
| int | lbann::makedir (const char *dirname) |
| int | lbann::exists (const char *filename) |
| int | lbann::openread (const char *filename) |
| int | lbann::closeread (int fd, const char *filename) |
| int | lbann::openwrite (const char *filename) |
| int | lbann::closewrite (int fd, const char *filename) |