pytorch/caffe2
Nikita Shulga ad3fed8b90 [BE] Fix signed-unsigned warnings (#48848)
Summary:
Switch to range loops when possible
Replace `ptrdiff_t`(signed type) with `size_t`(unsigned type)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/48848

Reviewed By: walterddr

Differential Revision: D25376591

Pulled By: malfet

fbshipit-source-id: 9835f83b7a17b6acc20731cc89c1c11c2aa01a78
2020-12-08 08:58:11 -08:00
..
contrib Add deadline to fakelowp tests (#48823) 2020-12-04 00:45:33 -08:00
core add new build settings to torch.__config__ (#48380) 2020-12-01 14:16:36 -08:00
cuda_rtc
db
distributed [Distributed] DeleteKey API for c10d TCP Store (#45401) 2020-09-28 15:30:39 -07:00
experiments
ideep Upgrade oneDNN (mkl-dnn) to v1.7 (#47853) 2020-12-03 11:54:31 -08:00
image
mobile
mpi
observers
onnx [caffe2] Fix inplace ops in onnx::SsaRewrite (#46134) 2020-10-22 13:26:31 -07:00
operators [Caffe2]Add more error message in ComputeBinaryBroadcastForwardDims 2020-12-07 07:42:49 -08:00
opt [Onnxifi] Warmup cache of output shapes (#48346) 2020-12-04 12:54:41 -08:00
perfkernels Support int32 indices and offsets in nn.EmbeddingBag (#46758) 2020-11-03 23:33:50 -08:00
predictor caffe2: use at::mt19937 instead of std::mt19937 (10x speedup) (#43987) 2020-10-16 16:08:35 -07:00
proto [PyTorch] Narrow Device to 2 bytes by narrowing DeviceType and DeviceIndex (#47023) 2020-11-18 19:39:40 -08:00
python Support ArgMin in c2_pt_converter 2020-12-05 16:35:34 -08:00
quantization quantize bias of the quantization parameters (#48749) 2020-12-03 11:20:56 -08:00
queue [caffe2] adds Cancel to SafeDequeueBlobsOp and SafeEnqueueBlobsOp (#45177) 2020-09-24 14:22:46 -07:00
serialize [BE] Fix signed-unsigned warnings (#48848) 2020-12-08 08:58:11 -08:00
sgd [pytorch] [PR] Rename cuda kernel checks to C10 (#48615) 2020-12-01 18:19:07 -08:00
share
test
transforms
utils Revert D23898398: [Mask R-CNN]Add Int8 AABB Generate proposals Op 2020-12-04 13:34:55 -08:00
video
.clang-format
__init__.py
c2_aten_srcs.bzl
CMakeLists.txt Replace kernel resource strings with real .cu source files (#48283) 2020-12-02 21:22:29 -08:00
README.md
release-notes.md
requirements.txt Remove references to typing module from setup.py (#47677) 2020-11-12 10:04:38 -08: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