pytorch/caffe2
Mike Ruberry 803a4e135e Fixes CMake lint error (#36123)
Summary:
```
Total Errors: 1
Ignoring file: aten/src/ATen/ATenConfig.cmake.in
caffe2/CMakeLists.txt:504: Extra spaces between 'if' and its () [whitespace/extra]
Ignoring file: cmake/Caffe2Config.cmake.in
Ignoring file: cmake/Caffe2ConfigVersion.cmake.in
```

Fixes that error.
Pull Request resolved: https://github.com/pytorch/pytorch/pull/36123

Differential Revision: D20886027

Pulled By: mruberry

fbshipit-source-id: 826a8b02bb128916e3b1634f3ff312cc36e100b5
2020-04-06 21:00:37 -07:00
..
contrib Update NNPI Backend to v0.5.1.4 (#4334) 2020-04-06 19:15:49 -07:00
core Revert D20449887: [dt][caffe2] enable using smart exceptions in async nets 2020-04-06 19:37:05 -07:00
cuda_rtc
db Formatting cmake (to lowercase without space for if/elseif/else/endif) (#35521) 2020-03-27 14:25:17 -07:00
distributed Formatting cmake (to lowercase without space for if/elseif/else/endif) (#35521) 2020-03-27 14:25:17 -07:00
experiments
ideep Upgrade MKL-DNN to DNNL v1.2 (#32422) 2020-03-26 22:07:59 -07:00
image
mobile Formatting cmake (to lowercase without space for if/elseif/else/endif) (#35521) 2020-03-27 14:25:17 -07:00
mpi
observers preprocessor cleanup (#33957) 2020-03-02 13:37:19 -08:00
onnx
operators [caffe2] tune prefetch distance 2020-04-04 11:40:05 -07:00
opt [Shape Inference] Set new shape according to precedence of dimType over previous value (#36081) 2020-04-06 16:25:08 -07:00
perfkernels [caffe2] Explicit vectorization of LSTM operator (#35556) 2020-04-01 17:19:56 -07:00
predictor
proto Formatting cmake (to lowercase without space for if/elseif/else/endif) (#35521) 2020-03-27 14:25:17 -07:00
python idtt + zch distributed inference (#35763) 2020-04-03 12:09:34 -07:00
quantization Formatting cmake (to lowercase without space for if/elseif/else/endif) (#35521) 2020-03-27 14:25:17 -07:00
queue
serialize [jit] Add type tags to lists/dicts in pickle (#33255) 2020-03-10 19:17:01 -07:00
sgd [caffe2] move fused SparseAdagrad to open source (#35164) 2020-03-26 17:29:12 -07:00
share Formatting cmake (to lowercase without space for if/elseif/else/endif) (#35521) 2020-03-27 14:25:17 -07:00
test
transforms Fix signed-unsigned warnings (#34791) 2020-03-19 00:29:56 -07:00
utils [ROCm] [ROCm 2.10+] enable fp16 dot in Caffe2 backend (#30432) 2020-04-03 08:01:23 -07:00
video
.clang-format
__init__.py
c2_aten_srcs.bzl
CMakeLists.txt Fixes CMake lint error (#36123) 2020-04-06 21:00:37 -07:00
README.md
release-notes.md
requirements.txt
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