pytorch/caffe2
Sebastian Messmer ff7deb95d7 Back out "Fix include paths for TensorOptions, DefaultTensorOptions, OptionsGuard" (#14744)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/14744

Original commit changeset: d236d5351ecf

Reviewed By: suo

Differential Revision: D13318596

fbshipit-source-id: 55f1e9472d05fb5a9c47dc82c32e9a66b5e4308c
2018-12-04 08:59:07 -08:00
..
contrib Remove unused executors, part 2 (#14115) 2018-11-26 19:10:42 -08:00
core Back out "Fix include paths for TensorOptions, DefaultTensorOptions, OptionsGuard" (#14744) 2018-12-04 08:59:07 -08:00
cuda_rtc
db Change hip filename extension to .hip (#14036) 2018-11-16 11:55:59 -08:00
distributed Remove default constructor lines that do nothing, and fix warnings with clang trunk (#14300) 2018-11-30 11:16:35 -08:00
experiments Remove Context dependency from Tensor class (#14269) 2018-11-28 15:45:38 -08:00
ideep Change Tensor::CopyFrom to a simple double dispatch (#14268) 2018-11-28 15:45:37 -08:00
image Windows shared build (#13550) 2018-11-16 12:16:28 -08:00
mobile Remove Context dependency from Tensor class (#14269) 2018-11-28 15:45:38 -08:00
mpi Fix include paths for typeid.h (#13689) 2018-11-14 18:04:09 -08:00
observers Revert D10428917: [Caffe2] Add cost into profile observer 2018-11-16 23:30:07 -08:00
onnx Fix caffe2 => onnx exporter for ConvTranspose (#14143) 2018-11-26 15:51:42 -08:00
operators move structs to header file (#14728) 2018-12-04 00:42:41 -08:00
opt Make sure we bind input/output of Onnxifi op positionally (#14214) 2018-11-22 00:31:01 -08:00
perfkernels add avx512 option (but no avx512 kernel yet) (#14664) 2018-12-03 12:18:19 -08:00
predictor Windows shared build (#13550) 2018-11-16 12:16:28 -08:00
proto Restore device when import jit script module (#14454) 2018-12-03 14:10:30 -08:00
python Automatic update of fbcode/onnx to 6b34743d2e361bbc0acb29dd73536478cb92562e (#14637) 2018-12-03 20:11:17 -08:00
quantization Unit tests need better compilation flow (#14547) 2018-11-30 09:40:29 -08:00
queue Remove Context dependency from Tensor class (#14269) 2018-11-28 15:45:38 -08:00
serialize Fix include paths for Backend.h 2018-12-03 21:53:19 -08:00
sgd Change hip filename extension to .hip (#14036) 2018-11-16 11:55:59 -08:00
share Windows shared build (#13550) 2018-11-16 12:16:28 -08:00
test
transforms Windows shared build (#13550) 2018-11-16 12:16:28 -08:00
utils Merge Caffe2 and PyTorch thread pool definitions (#14114) 2018-11-28 18:10:20 -08:00
video Merge Caffe2 and PyTorch thread pool definitions (#14114) 2018-11-28 18:10:20 -08:00
.clang-format
__init__.py
CMakeLists.txt Update OpenMP cmake setting for xcode 9 compiler(AppleClang 9.0) (#14473) 2018-11-28 09:28:26 -08: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