pytorch/caffe2
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
..
contrib PyTorch -> C++17 (#98209) (#100557) 2023-05-19 00:49:08 +00:00
core Change caffe2 branch links to main (#100129) 2023-04-27 10:31:50 +00:00
cuda_rtc
db
distributed
experiments
ideep
image
mobile
mpi
observers
onnx
operators [efficiency_camp] Vector Realloc Optimize caffe2::BinaryElementwiseWithArgsOp::DoRunWithType (#100631) 2023-05-10 23:34:54 +00:00
opt S390x tests (#99871) 2023-04-26 21:48:03 +00:00
perfkernels
predictor
proto
python [BE]: Cleanup deprecated stdlib imports (UP006,UP035) (#101361) 2023-05-15 14:32:41 +00:00
quantization
queue
serialize Integrating new API usage metadata logger (#101762) 2023-05-26 00:24:26 +00:00
sgd
share
test
transforms
utils CUBLAS Flag (CUBLAS_GEMM_DFALT_TENSOR_OP -> CUBLAS_GEMM_DEFAULT_TENSOR_OP) (#100976) 2023-05-10 03:26:31 +00:00
video
.clang-format
__init__.py
BUILD_MODE.bzl
CMakeLists.txt [MPS] Add support for Custom Kernels (#100661) 2023-05-15 17:02:33 +00:00
README.md
release-notes.md
requirements.txt
unexported_symbols.lds
VERSION_NUMBER
version_script.lds

Caffe2

Caffe2 is a lightweight, modular, and scalable deep learning framework. Building on the original Caffe, Caffe2 is designed with expression, speed, and modularity in mind.

Questions and Feedback

Please use GitHub issues (https://github.com/pytorch/pytorch/issues) to ask questions, report bugs, and request new features.

Further Resources on Caffe2.ai