|
mxnet
|
defines binary serialization class to serialize things into/from memory region. More...
#include <cstring>#include <string>#include <algorithm>#include "./base.h"#include "./io.h"#include "./logging.h"
Go to the source code of this file.
Classes | |
| struct | dmlc::MemoryFixedSizeStream |
| A Stream that operates on fixed region of memory This class allows us to read/write from/to a fixed memory region. More... | |
| struct | dmlc::MemoryStringStream |
| A in memory stream that is backed by std::string. This class allows us to read/write from/to a std::string. More... | |
Namespaces | |
| dmlc | |
| namespace for dmlc | |
defines binary serialization class to serialize things into/from memory region.
Copyright (c) 2015 by Contributors
1.8.11