summaryrefslogtreecommitdiff
path: root/torch/csrc/serialization.h
AgeCommit message (Expand)AuthorFilesLines
2018-12-08Canonicalize all includes in PyTorch. (#14849)Edward Yang1-2/+2
2018-09-27Rewrite serialization to correctly handle partial reads/writes in all cases (...Edward Z. Yang1-2/+2
2018-03-08torch.load() / torch.save() support arbitrary file-like object (#5466)Richard Zou1-0/+6
2017-02-27Expose torch.HalfTensorAdam Paszke1-0/+3
2016-08-23Add torch.save and torch.loadAdam Paszke1-0/+7