pytorch/caffe2
Sebastian Messmer 3fa53da61a Fix include paths for UndefinedTensorImpl.h
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/14818

Reviewed By: ezyang

Differential Revision: D13348042

fbshipit-source-id: 11bdfc755767ce9d0a6fa95b2cf49d50adde8d60
2018-12-11 21:01:45 -08:00
..
contrib re-enable copy of python files, but be careful that the copy is only … (#14982) 2018-12-11 16:54:08 -08:00
core Fix include paths for UndefinedTensorImpl.h 2018-12-11 21:01:45 -08:00
cuda_rtc
db
distributed Add __init__.py so files get picked up on install (#14898) 2018-12-07 13:40:23 -08:00
experiments re-enable copy of python files, but be careful that the copy is only … (#14982) 2018-12-11 16:54:08 -08:00
ideep Tensor construction codemod - 2/3 (#14836) 2018-12-10 19:30:56 -08:00
image
mobile Remove Context dependency from Tensor class (#14269) 2018-11-28 15:45:38 -08:00
mpi
observers Prevent profile_observer_test from being run by CPU test (#14168) 2018-12-05 22:34:29 -08:00
onnx Export complete subgraph io info when calling onnxGetBackendCompatibility (#14827) 2018-12-05 23:52:06 -08:00
operators Switch Int8Softmax, Int8Relu, and Int8LeakyRelu to QNNPACK (#14933) 2018-12-11 00:49:06 -08:00
opt Export complete subgraph io info when calling onnxGetBackendCompatibility (#14827) 2018-12-05 23:52:06 -08:00
perfkernels re-enable copy of python files, but be careful that the copy is only … (#14982) 2018-12-11 16:54:08 -08:00
predictor
proto Restore device when import jit script module (#14454) 2018-12-03 14:10:30 -08:00
python Add error type to raise statement 2018-12-11 17:41:44 -08:00
quantization re-enable copy of python files, but be careful that the copy is only … (#14982) 2018-12-11 16:54:08 -08:00
queue Tensor construction codemod - 2/3 (#14836) 2018-12-10 19:30:56 -08:00
serialize Fix include paths for Backend.h 2018-12-03 21:53:19 -08:00
sgd Tensor construction codemod - 2/3 (#14836) 2018-12-10 19:30:56 -08:00
share
test
transforms
utils Integrate rocBLAS fp16 api into Caffe2 (#14882) 2018-12-10 17:54:06 -08:00
video Add CAFFE2_API to video processing functions (#14900) 2018-12-07 19:55:21 -08:00
.clang-format
__init__.py
CMakeLists.txt Make ATen HIPify out-of-place, but still reuse CUDA names. (#14866) 2018-12-11 19:15:27 -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