pytorch/test/cpp
davidriazati 2a7a39c1af (de)serialization of values between C++ and Python (#30108)
Summary:
This PR updates `torch::pickle_save` to use the new zipfile format introduced in #29232 and adds `torch::pickle_load` which can decode the zipfile format. Now that `torch.save/load` use this format as well (if the `_use_new_zipfile_serialization` flag is `True`), raw values saved in Python can be loaded in C++ and vice versa.

Fixes #20356
](https://our.intern.facebook.com/intern/diff/18607087/)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/30108

Pulled By: driazati

Differential Revision: D18607087

fbshipit-source-id: 067cdd5b1cf9c30ddc7e2e5021a8cceee62d8a14
2019-11-23 00:06:07 -08:00
..
api Fix clip_grad_norm_ / clip_grad_value_ to take input by value instead of by non-const ref (#30216) 2019-11-21 10:07:00 -08:00
common
dist_autograd Use std::shared_ptr for DistAutogradContext. (#29770) 2019-11-19 15:50:42 -08:00
jit (de)serialization of values between C++ and Python (#30108) 2019-11-23 00:06:07 -08:00
__init__.py