pytorch/caffe2
John Detloff e0229d6517 Remove caffe2 mobile (#84338)
We're no longer building Caffe2 mobile as part of our CI, and it adds a lot of clutter to our make files. Any lingering internal dependencies will use the buck build and so wont be effected.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/84338
Approved by: https://github.com/dreiss
2022-09-08 01:49:55 +00:00
..
contrib Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032) 2022-07-26 01:20:44 +00:00
core Remove caffe2 mobile (#84338) 2022-09-08 01:49:55 +00:00
cuda_rtc Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032) 2022-07-26 01:20:44 +00:00
db
distributed Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032) 2022-07-26 01:20:44 +00:00
experiments Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032) 2022-07-26 01:20:44 +00:00
ideep Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032) 2022-07-26 01:20:44 +00:00
image Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032) 2022-07-26 01:20:44 +00:00
mobile [nnapi] remove unused field 'order_' in nnapi.h (#84067) 2022-09-06 23:08:07 +00:00
mpi
observers
onnx
operators Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032) 2022-07-26 01:20:44 +00:00
opt Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032) 2022-07-26 01:20:44 +00:00
perfkernels Remove caffe2 mobile (#84338) 2022-09-08 01:49:55 +00:00
predictor print available modules in predictor error message (#78101) 2022-05-24 18:47:06 +00:00
proto [AutoAccept][Codemod][FBSourceClangFormatLinter] Daily arc lint --take CLANGFORMAT 2022-05-02 22:07:42 +00:00
python Revert "Add DLPack support for XPU backend by mapping to kDLOneAPI in DLPack (#82867)" 2022-08-07 20:38:29 +00:00
quantization guard include of x64 intrinsics headers (#83793) 2022-08-20 12:29:02 +00:00
queue Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032) 2022-07-26 01:20:44 +00:00
serialize Add exception handler for stoull in caffe2 (#77557) 2022-08-10 23:56:15 +00:00
sgd [fx+scripting] Adding num_iter_1 and num_iter_2 params LearningRate op (#83691) 2022-08-25 06:23:32 +00:00
share
test Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032) 2022-07-26 01:20:44 +00:00
transforms
utils Remove caffe2 mobile (#84338) 2022-09-08 01:49:55 +00:00
video Replace all CHECK_ and DCHECK_ with TORCH_* macros (#82032) 2022-07-26 01:20:44 +00:00
.clang-format
__init__.py
BUILD_MODE.bzl Add all bzl files per D36874458 2022-06-06 09:40:19 -07:00
CMakeLists.txt Remove caffe2 mobile (#84338) 2022-09-08 01:49:55 +00:00
README.md
release-notes.md
requirements.txt
unexported_symbols.lds
VERSION_NUMBER
version_script.lds

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