pytorch/caffe2
Yukio Siraichi 93bf0ae6fc Remove legacy constructor calls from pytorch codebase. (#54142)
Summary:
Follow up from https://github.com/pytorch/pytorch/issues/53889
Related to https://github.com/pytorch/pytorch/issues/47112

Removing every occurrence of the legacy constructor call present in PyTorch at:
- _docs_
- _benchmarks_
- _test_
- _caffe2_
- _CONTRIBUTING.md_

Pull Request resolved: https://github.com/pytorch/pytorch/pull/54142

Reviewed By: ngimel

Differential Revision: D27699450

Pulled By: mruberry

fbshipit-source-id: 530aa3f5746cc8bc1407d5d51b2bbd8075e30546
2021-04-11 15:45:17 -07:00
..
contrib [ROCm] utilize PUBLIC vs PRIVATE linking to avoid incorrect dependencies (#54727) 2021-03-30 19:22:56 -07:00
core Don't switch streams when running Caffe2 ops from c10. (#55121) 2021-04-08 13:21:11 -07:00
cuda_rtc
db
distributed Renaming CAFFE2_API to TORCH_API (#49496) 2020-12-18 10:54:50 -08:00
experiments
ideep Forbid trailing whitespace (#53406) 2021-03-05 17:22:55 -08:00
image Check kernel launches in caffe2/caffe2/image (#52173) 2021-02-12 10:11:41 -08:00
mobile [PyTorch Mobile] Add continuous build config for xplat/caffe2 2020-12-09 16:58:20 -08:00
mpi Renaming CAFFE2_API to TORCH_API (#49496) 2020-12-18 10:54:50 -08:00
observers Renaming CAFFE2_API to TORCH_API (#49496) 2020-12-18 10:54:50 -08:00
onnx Lint trailing newlines (#54737) 2021-03-30 13:09:52 -07:00
operators [caffe2] Reintroduce Log1p operator (#55073) 2021-03-31 22:29:23 -07:00
opt [caffe2] Shape inference for Transpose (#55188) 2021-04-02 17:43:27 -07:00
perfkernels [caffe2] Fix -Wundef 2021-03-31 22:24:30 -07:00
predictor Renaming CAFFE2_API to TORCH_API (#49496) 2020-12-18 10:54:50 -08:00
proto [typing] make mypy-protobuf output compatible with pyre for caffe2 type stubs (#55294) 2021-04-05 03:23:31 -07:00
python Remove legacy constructor calls from pytorch codebase. (#54142) 2021-04-11 15:45:17 -07:00
quantization fix comparison of narrow type with wide type in loop condition (#53951) 2021-03-22 16:40:35 -07:00
queue fix comparison of narrow type with wide type in loop condition (#53951) 2021-03-22 16:40:35 -07:00
serialize Forbid trailing whitespace (#53406) 2021-03-05 17:22:55 -08:00
sgd optimizer exploration - v1 and v2 + fix position_weighted optimizer + decoupled weight decay (#54042) 2021-03-27 23:03:29 -07:00
share [PyTorch] Remove CAFFE2_FB_LIMITED_MOBILE_CAPABILITY (#50385) 2021-01-20 10:26:54 -08:00
test
transforms fix comparison of narrow type with wide type in loop condition (#53951) 2021-03-22 16:40:35 -07:00
utils Make leak_corrupted_threadpool non-atomic (#55341) 2021-04-10 19:25:33 -07:00
video Forbid trailing whitespace (#53406) 2021-03-05 17:22:55 -08:00
.clang-format
__init__.py
c2_aten_srcs.bzl
CMakeLists.txt [ROCm] utilize PUBLIC vs PRIVATE linking to avoid incorrect dependencies (#54727) 2021-03-30 19:22:56 -07:00
README.md
release-notes.md Forbid trailing whitespace (#53406) 2021-03-05 17:22:55 -08:00
requirements.txt Remove references to typing module from setup.py (#47677) 2020-11-12 10:04:38 -08:00
VERSION_NUMBER

Caffe2

Jenkins Build Status

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