pytorch/caffe2
Jerry Zhang db5a3c274d Tensor construction codemod (#16568)
Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/16568

In caffe2/caffe2/operators and caffe2/caffe2/fb/operators
(Resize + mutable_data) and (ResizeLike + mutable_data)
motivation: https://github.com/pytorch/pytorch/pull/12407

Reviewed By: dzhulgakov

Differential Revision: D13863416

fbshipit-source-id: 90ad3971850b89bf4b2ac81e9fa59d3bc43dc1c9
2019-02-05 18:51:02 -08:00
..
contrib Rename IntList to IntArrayRef. (#16751) 2019-02-05 14:54:34 -08:00
core Rename IntList to IntArrayRef. (#16751) 2019-02-05 14:54:34 -08:00
cuda_rtc Back out "[pt1][tensor] Change ConvPoolOp<Context>::SetOutputSize to ConvPoolOp<Context>::GetOutputSize" (#16516) 2019-01-30 12:50:38 -08:00
db
distributed
experiments
ideep Add Winograd Conv method for CPU (#15196) 2019-02-01 16:41:30 -08:00
image
mobile Try to turn off zero-out of tensors fully 2019-02-04 23:59:11 -08:00
mpi
observers
onnx Move away from ConstantFill (#16214) 2019-01-21 20:15:38 -08:00
operators Tensor construction codemod (#16568) 2019-02-05 18:51:02 -08:00
opt Tag model_id and onnxifi index in OnnxifiOp (#16648) 2019-02-01 18:51:51 -08:00
perfkernels more careful use of inline/template function in perfkernels (#15388) 2019-01-30 22:49:37 -08:00
predictor Make predictor base class 2019-02-01 20:59:19 -08:00
proto Add XLA / TPU device type, backend type and type id (#16763) 2019-02-05 12:56:44 -08:00
python Expose HeatmapMaxKeypoints to torch (#16528) 2019-02-05 12:56:58 -08:00
quantization Bug fix in l2 quantization (#16749) 2019-02-04 22:31:38 -08:00
queue
serialize
sgd
share Back out "[pt1][tensor] Change ConvPoolOp<Context>::SetOutputSize to ConvPoolOp<Context>::GetOutputSize" (#16516) 2019-01-30 12:50:38 -08:00
test
transforms
utils Document hip-clang and its __HIP__ macro (#16771) 2019-02-05 15:13:52 -08:00
video
.clang-format
__init__.py
CMakeLists.txt Update the cmake build configuration for AppleClang compiler (#15820) 2019-02-04 08:53:47 -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