|
mxnet
|
use to store file information More...
#include <io.h>

Public Member Functions | |
| FileInfo () | |
| default constructor More... | |
Public Attributes | |
| URI | path |
| full path to the file More... | |
| size_t | size |
| the size of the file More... | |
| FileType | type |
| the type of the file More... | |
use to store file information
|
inline |
default constructor
| URI dmlc::io::FileInfo::path |
full path to the file
| size_t dmlc::io::FileInfo::size |
the size of the file
| FileType dmlc::io::FileInfo::type |
the type of the file
1.8.11