summaryrefslogtreecommitdiff
path: root/caffe2/contrib
AgeCommit message (Expand)AuthorFilesLines
2019-04-03QTensor (#18230)Jerry Zhang1-8/+8
2019-04-03Enforce import order to make protobuf cpp implementation in python work (#18560)Dmytro Dzhulgakov1-3/+5
2019-03-28Resubmit PR-18512: Improved onnx export for 3 onnx ops (#18571)bddppq4-2/+21
2019-03-26Back out "Revert D14613517: [pytorch][PR] Updating onnxtrt submodule to maste...Li Yu2-2/+2
2019-03-26Revert D14613517: [pytorch][PR] Updating onnxtrt submodule to master branchLi Yu2-2/+2
2019-03-26Updating onnxtrt submodule to master branchKevin Chen2-2/+2
2019-03-26Resolving comments from Bool Tensor for CPU PR (#18165)Iurii Zdebskyi1-4/+4
2019-03-25Change deprecated IntList to IntArrayRefXiang Gao1-1/+1
2019-03-20Reinstate ncclCommDestroy (#17943)Pieter Noordhuis3-51/+60
2019-03-11Small clean up of aten_opRoy Li2-53/+6
2019-03-08Replace tensor.type().scalarType() calls with tensor.scalar_type()Roy Li1-1/+1
2019-03-06Replace caffe2::DeviceGuard with c10::cuda::CUDAGuard (#17623)Edward Yang1-9/+9
2019-02-27Fix math::Set for large tensor (#17539)Xiaomeng Yang1-5/+7
2019-02-14Apply modernize-use-override (2nd iteration)Michael Liu1-4/+4
2019-02-13Separate reduce functions from math (#16929)Xiaomeng Yang1-1/+1
2019-02-07Unify gpu_support variable in python tests (#16748)rohithkrn1-1/+1
2019-02-05Rename IntList to IntArrayRef. (#16751)Edward Yang2-2/+2
2019-01-30Back out "[pt1][tensor] Change ConvPoolOp<Context>::SetOutputSize to ConvPool...Jerry Zhang1-4/+4
2019-01-28Change ConvPoolOp<Context>::SetOutputSize to ConvPoolOp<Context>::GetOutputSi...Jerry Zhang1-4/+4
2019-01-17Moving cuda-convnet2 to the internal fb dir to satisfy internal dependencies....Chris Gottbrath100-50563/+0
2019-01-15Remaining Tensor API fixes - dims() -> sizes() (#15743)Jerry Zhang2-3/+3
2019-01-11Don't call cudaStreamDestroy at destruction time (#15692)Dmytro Dzhulgakov1-9/+9
2019-01-09Fix several ResourceWarning: unclosed file (#15746)Mickaël Schoentgen2-27/+17
2019-01-05Fix several DeprecationWarning: invalid escape sequence (#15733)Mickaël Schoentgen2-2/+2
2018-12-11re-enable copy of python files, but be careful that the copy is only … (#14...Zachary DeVito3-0/+0
2018-12-10caffe2/caffe2/contrib/script (#15007)Jerry Zhang14-3171/+0
2018-12-07USE_TENSORRT support and TensorRT 5 compatibilitySergei Nikolaev3-16/+42
2018-12-07Add __init__.py so files get picked up on install (#14898)Orion Reblitz-Richardson8-0/+0
2018-12-05Optimize images (#14084)Xiang Gao4-0/+0
2018-11-26Remove unused executors, part 2 (#14115)Ilia Cherniavskii9-1063/+4
2018-11-26Remove unused executors, part 1 (#14117)Ilia Cherniavskii6-416/+1
2018-11-19Use onnx proto_utils to support using protobuf-liteJunjie Bai1-4/+3
2018-11-16Windows shared build (#13550)ArutyunovG6-10/+9
2018-11-14Fix include paths for typeid.h (#13689)Sebastian Messmer1-1/+1
2018-11-07Rename ndim() -> dim() - 1/6Jerry Zhang2-4/+4
2018-10-31Renaming dim() to size() - 1/3 (#13434)Jerry Zhang1-4/+4
2018-10-31Renaming meta() to dtype() - 1/2 (#13333)Jerry Zhang4-12/+12
2018-10-30dims() to sizes() remaining partJerry Zhang1-5/+5
2018-10-29Renaming size() to numel() - 1/2Jerry Zhang1-2/+2
2018-10-29seperate mkl, mklml, and mkldnn (#12170)Gu, Jinghui2-10/+10
2018-10-26Renaming size() to numel() - 1/17Jerry Zhang7-27/+27
2018-10-17Using c10 namespace across caffe2. (#12714)Yangqing Jia2-4/+4
2018-10-15OpenCV 4.0 Compatibility fix (#9966)Achal1-1/+1
2018-10-15Move exception to C10 (#12354)Yangqing Jia2-2/+2
2018-10-15Remove NervanaGPU operators from Caffe2 (#12564)mratsim8-779/+0
2018-10-12Deprecate prof_dag (#11956)Ilia Cherniavskii2-8/+22
2018-10-09Rename cuda_gpu_id to device_id in DeviceOption (#12456)Junjie Bai5-10/+10
2018-10-08Fix issues with ATenOp handling methods where `self` is not the first arg (#1...James Reed1-9/+4
2018-10-05Make caffe2::Tensor::dims() return an IntList instead of a const vector& (#12...Edward Yang1-2/+2
2018-10-04move flags to c10 (#12144)Yangqing Jia9-24/+25