LBANN  0.103.0
LivermoreBigArtificialNeuralNetworkToolkit
file_io.hpp File Reference
#include <fcntl.h>
#include <sys/stat.h>
#include <sys/types.h>
Include dependency graph for file_io.hpp:
This graph shows which files directly or indirectly include this file:

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)