pytorch/caffe2
Richard Barnes c422bce131 [codemod] Fix some namespace issues in caffe2 (#121847)
Summary:
Removes `using namespace` from a header file. Having `using namespace` in a header file is *always* a bad idea. A previous raft of diffs provided appropriate qualifications to everything that relied on this `using namespace`, so it is now safe to remove it in this separate diff.

Helps us enable `-Wheader-hygiene`.

Test Plan: Sandcastle

Reviewed By: dmm-fb

Differential Revision: D54838298

Pull Request resolved: https://github.com/pytorch/pytorch/pull/121847
Approved by: https://github.com/Skylion007
2024-04-01 17:45:16 +00:00
..
contrib [TorchGen] Use std::optional in generated code (#121454) 2024-03-29 14:11:09 +00:00
core [cuDNN] Cleanup cuDNN < 8.1 ifdefs (#120862) 2024-03-07 01:46:25 +00:00
cuda_rtc
db
distributed
experiments [codemod] Remove unused variables in caffe2/caffe2/experiments/operators/tt_pad_op.h (#120177) 2024-03-19 23:36:52 +00:00
ideep [codemod] Fix some namespace issues in caffe2 (#121847) 2024-04-01 17:45:16 +00:00
image
mobile
mpi
observers
onnx
operators [codemod] Remove unused variables in caffe2/caffe2/operators/softmax_op_cudnn.cc (#121995) 2024-03-19 22:35:58 +00:00
opt [codemod] Fix some namespace issues in caffe2 (#121847) 2024-04-01 17:45:16 +00:00
perfkernels
predictor
proto
python Move doc links to point to main (#121823) 2024-03-15 19:49:37 +00:00
quantization
queue
serialize
sgd
share
test
transforms
utils
video [codemod] Remove unused variables in caffe2/caffe2/video/video_decoder.cc (#122151) 2024-03-19 22:34:17 +00:00
.clang-format
__init__.py
BUILD_MODE.bzl
CMakeLists.txt Enable x86 CPU vectorization on windows [submodule sleef] (#118980) 2024-03-31 03:07:32 +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