pytorch/caffe2
Nikita Shulga f6e7a2ab64 Fix sign-compare in caffe2 cpp tests
Prerequisite change for enabling `-Werror=sign-compare` across PyTorch repo

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

Approved by: https://github.com/ngimel
2022-04-05 00:08:05 +00:00
..
contrib [ONNX] Adds overload_name to Aten op (#69378) (#73280) 2022-03-09 14:26:18 +00:00
core Fix sign-compare in caffe2 cpp tests 2022-04-05 00:08:05 +00:00
cuda_rtc use irange for loops 2 (#66746) 2021-12-10 04:26:23 -08:00
db [NOOP][clangformat][codemod] Enable CLANGFORMAT for caffe2/caffe2/* (#67624) 2021-11-02 22:14:04 -07:00
distributed [NOOP][clangformat][codemod] Enable CLANGFORMAT for caffe2/caffe2/* (#67624) 2021-11-02 22:14:04 -07:00
experiments use irange for loops 2 (#66746) 2021-12-10 04:26:23 -08:00
ideep Update fbcode symlinks for mkl-dnn ideep 2.5.2 2022-03-04 06:40:08 +00:00
image Drop unused variables and add some const (#71106) 2022-01-11 12:38:59 -08:00
mobile use irange for loops 6 (#66742) 2021-12-07 16:07:50 -08:00
mpi [NOOP][clangformat][codemod] Enable CLANGFORMAT for caffe2/caffe2/* (#67624) 2021-11-02 22:14:04 -07:00
observers [NOOP][clangformat][codemod] Enable CLANGFORMAT for caffe2/caffe2/* (#67624) 2021-11-02 22:14:04 -07:00
onnx [NOOP][clangformat][codemod] Enable CLANGFORMAT for caffe2/caffe2/* (#67624) 2021-11-02 22:14:04 -07:00
operators Fix sign-compare in caffe2 cpp tests 2022-04-05 00:08:05 +00:00
opt Fix sign-compare in caffe2 cpp tests 2022-04-05 00:08:05 +00:00
perfkernels Fix sign-compare in caffe2 2022-04-05 00:08:05 +00:00
predictor use irange for loops (#70248) 2022-01-06 23:14:29 -08:00
proto [NOOP][clangformat][codemod] Enable CLANGFORMAT for caffe2/caffe2/* (#67624) 2021-11-02 22:14:04 -07:00
python Fix sign-compare in caffe2 2022-04-05 00:08:05 +00:00
quantization Remove AutoHeaders.RECURSIVE_GLOB from caffe2/ (#73227) 2022-03-01 19:31:44 +00:00
queue [caffe2][c10] Fix signed/unsigned int64 mismatch (#71861) 2022-02-23 16:31:21 +00:00
serialize Fix sign-compare in caffe2 cpp tests 2022-04-05 00:08:05 +00:00
sgd Fix unused variable warnings (#72410) 2022-02-07 18:25:29 +00:00
share Fix sign-compare in caffe2 cpp tests 2022-04-05 00:08:05 +00:00
test [NOOP][clangformat][codemod] Enable CLANGFORMAT for caffe2/caffe2/* (#67624) 2021-11-02 22:14:04 -07:00
transforms use irange for loops (#69533) 2021-12-07 16:53:27 -08:00
utils Drop unused variables and add some const (#71106) 2022-01-11 12:38:59 -08:00
video use irange for loops (#69533) 2021-12-07 16:53:27 -08:00
__init__.py
.clang-format
c2_aten_srcs.bzl Move grad_mode.h/cpp to c10. (#56204) 2021-04-16 11:50:08 -07:00
CMakeLists.txt remove unused nn_path from generate_code (#74563) 2022-03-31 18:35:30 +00:00
README.md
release-notes.md Forbid trailing whitespace (#53406) 2021-03-05 17:22:55 -08:00
requirements.txt
unexported_symbols.lds Hide all symbols in llvm namespace (#63272) 2021-08-15 11:29:43 -07:00
VERSION_NUMBER
version_script.lds Hide all symbols in llvm namespace (#63272) 2021-08-15 11:29:43 -07:00

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