pytorch/caffe2
Supriya Rao 980aead1f8 Add support for quantized slice conversion (#30498)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/30498

Updated Int8SliceOp to accept dim, start and end index similar to Pytorch.

Test Plan:
python test/onnx/test_pytorch_onnx_caffe2_quantized.py TestQuantizedOps.test_slice

Imported from OSS

Differential Revision: D18740519

fbshipit-source-id: 2313f37a4936edb150ce04911b241e591e191801
2019-12-03 14:37:59 -08:00
..
contrib Fix typos (#30606) 2019-12-02 20:17:42 -08:00
core Fix typos (#30606) 2019-12-02 20:17:42 -08:00
cuda_rtc Change ConvPoolOp<Context>::SetOutputSize to ConvPoolOp<Context>::GetOutputSize (#17764) 2019-03-07 18:38:53 -08:00
db Apply modernize-use-override (2nd iteration) 2019-02-14 16:52:57 -08:00
distributed Manual hipify caffe2/distributed and rocm update (no hcc modules support) (#18088) 2019-03-29 11:07:32 -07:00
experiments
ideep Build torch.distributed with Gloo backend on macOS (#25260) 2019-09-05 07:09:50 -07:00
image Clang-format ImageInputOp (#20441) 2019-05-16 23:00:09 -07:00
mobile Fix typos (#30606) 2019-12-02 20:17:42 -08:00
mpi
observers Remove GPU dependency from ProfileObserver (#17592) 2019-03-04 10:00:46 -08:00
onnx Add support for converting quantized AvgPool2d and Reshape operations (#30490) 2019-12-02 18:15:01 -08:00
operators Add support for quantized slice conversion (#30498) 2019-12-03 14:37:59 -08:00
opt Fix typos (#30606) 2019-12-02 20:17:42 -08:00
perfkernels make the order btw div and mul in adagrad update consistent (#30449) 2019-12-02 13:53:38 -08:00
predictor Fix typos (#30606) 2019-12-02 20:17:42 -08:00
proto Fix typos (#30606) 2019-12-02 20:17:42 -08:00
python Fix typos (#30606) 2019-12-02 20:17:42 -08:00
quantization Fix typos (#30606) 2019-12-02 20:17:42 -08:00
queue Revert "Tensor construction codemod(raw_mutable_data) (#16373)" (#18680) 2019-04-01 14:39:13 -07:00
serialize Fix typos (#30606) 2019-12-02 20:17:42 -08:00
sgd Fix typos (#30606) 2019-12-02 20:17:42 -08:00
share Change ConvPoolOp<Context>::SetOutputSize to ConvPoolOp<Context>::GetOutputSize (#17764) 2019-03-07 18:38:53 -08:00
test
transforms fix -Wsign-compare warnings for some files inside c2 (#18123) 2019-03-19 10:39:20 -07:00
utils Fix deadlock issues in ThreadPool (#29885) 2019-11-15 19:27:52 -08:00
video Fix typos (#30606) 2019-12-02 20:17:42 -08:00
__init__.py
.clang-format
c2_aten_srcs.bzl Back out "Back out "Revert D18542342: Boxed variable dispatch"" 2019-12-02 16:06:36 -08:00
CMakeLists.txt Don't build test_cpp_rpc if torch is built without distributed support (#30587) 2019-12-01 16:43:12 -08:00
README.md
release-notes.md
requirements.txt Add requests as a legit dependency (#25596) 2019-09-04 17:43:37 -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/pytorch/pytorch/issues) to ask questions, report bugs, and request new features.

Further Resources on Caffe2.ai