pytorch/caffe2
Orion Reblitz-Richardson 802d21c8f4 Remove FULL_CAFFE2 flag (#11321)
Summary:
Continuing pjh5's work to remove FULL_CAFFE2 flag completely.

With these changes you'll be able to also do something like

```
NO_TEST=1 python setup.py build_deps
```
and this will skip building tests in caffe2, aten, and c10d. By default the tests are built.

cc mingzhe09088 Yangqing
Pull Request resolved: https://github.com/pytorch/pytorch/pull/11321

Reviewed By: mingzhe09088

Differential Revision: D9694950

Pulled By: orionr

fbshipit-source-id: ff5c4937a23d1a263378a196a5eda0cba98af0a8
2018-09-07 15:09:44 -07:00
..
contrib caffe2::DeviceType -> at::DeviceType (#11254) 2018-09-05 16:28:09 -07:00
core move context_base.h to ATen/core (#11336) 2018-09-07 12:20:25 -07:00
cuda_rtc
db Replace direct include of caffe2.pb.h with an intermediary header caffe2_pb.h (#10946) 2018-08-28 11:57:08 -07:00
distributed Windows DLL build with Caffe2 code (#11266) 2018-09-06 15:12:20 -07:00
experiments Move filler interface to operator schema (#10522) 2018-08-15 12:40:18 -07:00
ideep move context_base.h to ATen/core (#11336) 2018-09-07 12:20:25 -07:00
image
mkl move context_base.h to ATen/core (#11336) 2018-09-07 12:20:25 -07:00
mobile caffe2::DeviceType -> at::DeviceType (#11254) 2018-09-05 16:28:09 -07:00
mpi Windows DLL build with Caffe2 code (#11266) 2018-09-06 15:12:20 -07:00
observers update documentation for observers 2018-08-30 18:11:48 -07:00
onnx fix the slice onnx exporting 2018-08-31 17:40:03 -07:00
operators Do not use PERSISTENT cudnn mode for spatialBN (#11382) 2018-09-07 13:41:18 -07:00
opt Roll nomnigraph build into caffe2 (#11303) 2018-09-06 19:38:09 -07:00
perfkernels Faster random number generation in fused_rowwise_random_quantization_ops (#10634) 2018-08-22 13:15:46 -07:00
predictor Back out "[caffe2] Update blackbox predictor with new constructor" (#11105) 2018-08-31 00:55:36 -07:00
proto Fix more warnings (#11320) 2018-09-07 11:26:58 -07:00
python Fix more warnings (#11320) 2018-09-07 11:26:58 -07:00
queue build changes to make cpu unified build working. (#10504) 2018-08-15 17:22:36 -07:00
sgd Windows DLL build with Caffe2 code (#11266) 2018-09-06 15:12:20 -07:00
share Replace direct include of caffe2.pb.h with an intermediary header caffe2_pb.h (#10946) 2018-08-28 11:57:08 -07:00
test
transforms caffe2::DeviceType -> at::DeviceType (#11254) 2018-09-05 16:28:09 -07:00
utils Remove FULL_CAFFE2 flag (#11321) 2018-09-07 15:09:44 -07:00
video
.clang-format
__init__.py
CMakeLists.txt Remove FULL_CAFFE2 flag (#11321) 2018-09-07 15:09:44 -07:00
README.md Fix issues link in Caffe2 readme (#10711) 2018-08-20 16:55:11 -07:00
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