pytorch/caffe2
Summer Deng 6667d55e73 Disallow input filler for GatherRangesOp (#10592)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/10592

Filter out GatherRanges ops

Reviewed By: highker

Differential Revision: D9365220

fbshipit-source-id: e21ab00dc9e553c9aaf172e1241206e0c0a7a23d
2018-08-16 21:39:09 -07:00
..
contrib Adding new allreduce bcube routines to ops supported by gloo (#10494) 2018-08-16 10:56:26 -07:00
core Additional changes to make GPU builds work (#10507) 2018-08-16 13:25:27 -07:00
cuda_rtc
db Add db directory for hipifying (#10428) 2018-08-13 10:24:56 -07:00
distributed Additional changes to make GPU builds work (#10507) 2018-08-16 13:25:27 -07:00
experiments Move filler interface to operator schema (#10522) 2018-08-15 12:40:18 -07:00
ideep Add new MKLDNN fallback operators (#10526) 2018-08-15 15:55:22 -07:00
image Remove caffe1 specific proto (#10380) 2018-08-10 11:10:26 -07:00
mkl s/DISABLE_COPY_AND_ASSIGN/AT_DISABLE_COPY_AND_ASSIGN/ (#10275) 2018-08-07 08:54:26 -07:00
mobile Remove caffe1 specific proto (#10380) 2018-08-10 11:10:26 -07:00
mpi IsType<TensorCPU> -> IsType<Tensor>(CPU) (#10135) 2018-08-03 17:24:59 -07:00
observers IsType<TensorCPU> -> IsType<Tensor>(CPU) (#10135) 2018-08-03 17:24:59 -07:00
onnx Handle the "spatial" attribute in onnx BatchNormalization op (#9492) 2018-07-27 22:09:15 -07:00
operators Disallow input filler for GatherRangesOp (#10592) 2018-08-16 21:39:09 -07:00
opt Fold AffineChannel to Conv, the same way as BN (for Detectron models) (#10293) 2018-08-13 22:43:37 -07:00
perfkernels Remove caffe1 specific proto (#10380) 2018-08-10 11:10:26 -07:00
predictor build changes to make cpu unified build working. (#10504) 2018-08-15 17:22:36 -07:00
proto Additional changes to make GPU builds work (#10507) 2018-08-16 13:25:27 -07:00
python Remove unused code base for distributed training (#10282) 2018-08-16 20:10:17 -07:00
queue build changes to make cpu unified build working. (#10504) 2018-08-15 17:22:36 -07:00
sgd Additional changes to make GPU builds work (#10507) 2018-08-16 13:25:27 -07:00
share
test
transforms
utils Tune minimal work size (#10599) 2018-08-16 17:39:57 -07:00
video Remove caffe1 specific proto (#10380) 2018-08-10 11:10:26 -07:00
.clang-format
__init__.py
CMakeLists.txt build changes to make cpu unified build working. (#10504) 2018-08-15 17:22:36 -07:00
README.md
release-notes.md
requirements.txt Add typing into caffe2 requirements.txt for USE_ATEN (#10047) 2018-07-30 20:09:21 -07:00
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/caffe2/caffe2/issues) to ask questions, report bugs, and request new features.

Further Resources on Caffe2.ai