blob: 21a19dc74a151fd53596c2a9c03dc0fd73a55892 [file] [log] [blame]
#ifndef TH_GENERIC_FILE
#define TH_GENERIC_FILE "torch/csrc/generic/serialization.h"
#else
template <class io>
void THPStorage_(writeFileRaw)(THWStorage *self, io fd);
template <class io>
THWStorage * THPStorage_(readFileRaw)(io fd, THWStorage *storage);
#endif