Caffe2 - C++ API
A deep learning, cross platform ML framework
serialization.h
1 #ifndef TH_GENERIC_FILE
2 #define TH_GENERIC_FILE "torch/csrc/generic/serialization.h"
3 #else
4 
5 template <class io>
6 void THPStorage_(writeFileRaw)(THWStorage *self, io fd);
7 
8 template <class io>
9 THWStorage * THPStorage_(readFileRaw)(io fd, THWStorage *storage);
10 
11 #endif