pytorch/caffe2
Richard Barnes 600f4bf20c Clean up some unused variable warnings (#73151)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/73151

Test Plan: Sandcastle

Reviewed By: malfet

Differential Revision: D34365492

fbshipit-source-id: d9eaa2e21aacd8ff0b97152e590d83f682df4667
(cherry picked from commit ca0efc53db)
2022-02-22 21:30:14 +00:00
..
contrib use irange for loops 2 (#66746) 2021-12-10 04:26:23 -08:00
core [warnings][Caffe2] Suppress warnings in non-c10 headers (#71370) 2022-01-17 10:09:31 -08: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 [c2] Remove unused private fields (#69709) 2021-12-14 11:31:08 -08: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 Clean up some unused variable warnings (#73151) 2022-02-22 21:30:14 +00:00
opt [DistributedInference] Relax the assertion for uniqueness of blob name across external inputs and outputs (#72492) 2022-02-09 21:50:47 +00:00
perfkernels use irange for loops (#70248) 2022-01-06 23:14:29 -08: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 [codemod][type-comments] Convert type comments in workspace_test.py (#73086) 2022-02-18 22:36:25 +00:00
quantization [caffe2/server quant] use new depthwise conv fbgemm interface (#71166) 2022-01-12 15:29:07 -08:00
queue use irange for loops (#70248) 2022-01-06 23:14:29 -08:00
serialize [Easy] Update the bytecode version comment (#73097) 2022-02-19 02:34:59 +00:00
sgd Fix unused variable warnings (#72410) 2022-02-07 18:25:29 +00:00
share [NOOP][clangformat][codemod] Enable CLANGFORMAT for caffe2/caffe2/* (#67624) 2021-11-02 22:14:04 -07: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 CMake: Limit python include directories to only python libraries (#69085) 2022-02-07 21:18:32 +00: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
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