mxnet
Classes | Namespaces
memory_io.h File Reference

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"
Include dependency graph for memory_io.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
 

Detailed Description

defines binary serialization class to serialize things into/from memory region.

Copyright (c) 2015 by Contributors