pytorch/caffe2/serialize
atannous b469ed72d0 Integrating new API usage metadata logger (#101762)
Summary: The new logger allows passing metadata into the api usage logger. The immediate use case is to pass the serialization_id to the save and load events to be enable tracking serialized models in API events. It could be extended to add more metadata in the future.

Test Plan:
```
buck2 test @//mode/dev //caffe2/caffe2/serialize:inline_container_test
```

Reviewed By: davidberard98

Differential Revision: D45683697

Pull Request resolved: https://github.com/pytorch/pytorch/pull/101762
Approved by: https://github.com/davidberard98
2023-05-26 00:24:26 +00:00
..
CMakeLists.txt
crc.cc
crc_alt.h
file_adapter.cc
file_adapter.h
in_memory_adapter.h
inline_container.cc Integrating new API usage metadata logger (#101762) 2023-05-26 00:24:26 +00:00
inline_container.h Using deterministic hashing instead of GUID for pytorch serialization id generation (#101964) 2023-05-23 20:47:30 +00:00
inline_container_test.cc Integrating new API usage metadata logger (#101762) 2023-05-26 00:24:26 +00:00
istream_adapter.cc
istream_adapter.h
read_adapter_interface.cc
read_adapter_interface.h
versions.h