pytorch/caffe2
Jerry Zhang 353fdefdd6 dims() -> sizes() (caffe2/core) (#13014)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/13014

Tensor method renaming using clangr

Reviewed By: ezyang

Differential Revision: D10467556

fbshipit-source-id: 7d7eaf5fc59bbb493c057d5b8bfdda03b140c97e
2018-10-24 12:49:28 -07:00
..
contrib Using c10 namespace across caffe2. (#12714) 2018-10-17 12:57:19 -07:00
core dims() -> sizes() (caffe2/core) (#13014) 2018-10-24 12:49:28 -07:00
cuda_rtc
db Guard all Caffe2 protobuf string serializations with CAFFE_ENFORCE (fixed reverted bug) (#12848) 2018-10-23 16:21:26 -07:00
distributed Move exception to C10 (#12354) 2018-10-15 13:33:18 -07:00
experiments size_from_dim(0) is like numel() but worse. Don't do it. (#12729) 2018-10-18 18:06:37 -07:00
ideep size_from_dim(0) is like numel() but worse. Don't do it. (#12729) 2018-10-18 18:06:37 -07:00
image OpenCV 4.0 Compatibility fix (#9966) 2018-10-15 17:42:04 -07:00
mobile Enable multiple external output (#12778) 2018-10-18 13:36:23 -07:00
mpi
observers
onnx Attach Shape node if Concat node has 2 outputs (#13006) 2018-10-23 22:56:48 -07:00
operators Guard all Caffe2 protobuf string serializations with CAFFE_ENFORCE (fixed reverted bug) (#12848) 2018-10-23 16:21:26 -07:00
opt Revert D10412639: [nomnigraph] Add new NeuralNetOps for fusion 2018-10-24 07:04:31 -07:00
perfkernels
predictor Clean up of the multithreaded benchmark (#12905) 2018-10-22 12:09:16 -07:00
proto Move Device and DeviceType to c10 2018-10-24 08:27:44 -07:00
python Expose basic transformation API to Python (#13033) 2018-10-23 20:54:54 -07:00
queue
serialize move the torch/csrc/jit/serialization.h to caffe2 source folder and rename to inline_container.h 2018-10-18 09:47:19 -07:00
sgd Guard all Caffe2 protobuf string serializations with CAFFE_ENFORCE (fixed reverted bug) (#12848) 2018-10-23 16:21:26 -07:00
share Add C10_LIKELY/C10_UNLIKELY macros (#12932) 2018-10-22 16:26:19 -07:00
test
transforms
utils Move Device and DeviceType to c10 2018-10-24 08:27:44 -07:00
video
.clang-format
__init__.py
CMakeLists.txt nomnigraph - HEFT scheduler (#12788) 2018-10-18 08:40:46 -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