mirror of
https://github.com/saymrwulf/pytorch.git
synced 2026-05-15 21:00:47 +00:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/11817 Blob::Serialize() and Blob::Deserialize() are now free functions SerializeBlob(), DeserializeBlob() instead. This takes away access to Blob internals from them and makes future refactorings easier. Reviewed By: ezyang Differential Revision: D9882726 fbshipit-source-id: 3251ebd4b53fc12f5e6924a6e4a8db3846ab3729 |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| file_store_handler.cc | ||
| file_store_handler.h | ||
| file_store_handler_op.cc | ||
| file_store_handler_op.h | ||
| file_store_handler_op_gpu.cc | ||
| file_store_handler_op_test.py | ||
| py_export.cc | ||
| redis_store_handler.cc | ||
| redis_store_handler.h | ||
| redis_store_handler_op.cc | ||
| redis_store_handler_op.h | ||
| redis_store_handler_op_gpu.cc | ||
| redis_store_handler_op_test.py | ||
| store_handler.cc | ||
| store_handler.h | ||
| store_ops.cc | ||
| store_ops.h | ||
| store_ops_test_util.py | ||