pytorch/caffe2/serialize
davidriazati 23b2fba79a [jit] Add type tags to lists/dicts in pickle (#33255)
Summary:
Stacked PRs
 * #33474 - [jit] Remove list specializations from pickler
 * **#33255 - [jit] Add type tags to lists/dicts in pickle**

This adds a global call to `torch.jit._pickle.restore_type_tags` for
lists and dicts so that we can preserve their types after serialization.
](https://our.intern.facebook.com/intern/diff/20346780/)
Pull Request resolved: https://github.com/pytorch/pytorch/pull/33255

Pulled By: driazati

Differential Revision: D20346780

fbshipit-source-id: c8534954ef4adb2e3c880401acbee30cd284f3db
2020-03-10 19:17:01 -07:00
..
CMakeLists.txt
file_adapter.cc Replace c10::guts::stuff with std::stuff (#30915) 2019-12-16 13:57:19 -08:00
file_adapter.h
inline_container.cc Fix SIGABORT caused by double exception in PyTorchStreamReader when file not found. (#33243) 2020-02-12 16:27:15 -08:00
inline_container.h [jit] Add type tags to lists/dicts in pickle (#33255) 2020-03-10 19:17:01 -07:00
inline_container_test.cc Make JIT Serialization support arbitrary std::function<> IO (#28039) 2019-10-15 22:12:04 -07:00
istream_adapter.cc
istream_adapter.h
read_adapter_interface.cc
read_adapter_interface.h