summaryrefslogtreecommitdiff
path: root/modules/detectron
AgeCommit message (Expand)AuthorFilesLines
2019-04-10Optimize SoftmaxOp on CPU (#18635)Xiaomeng Yang2-44/+19
2019-03-12Enable detectron on AMD GPUSandeep Kumar13-32/+43
2019-02-04Update the cmake build configuration for AppleClang compiler (#15820)JerryShih1-2/+6
2019-01-16Generate PDB files for better debugging on Windows (#16008)peter1-0/+6
2019-01-15Remaining Tensor API fixes - dims() -> sizes() (#15743)Jerry Zhang1-1/+1
2019-01-11Tensor construction codemod(ResizeLike) - 3/3 (#15943)Jerry Zhang11-32/+23
2019-01-10Tensor reinitialization codemod - 5/5 (#15884)Jerry Zhang6-10/+10
2019-01-08Tensor method rename dims()->sizes() - 2/2Jerry Zhang1-3/+2
2019-01-04Tensor method rename dims()->sizes() - 1/2Jerry Zhang1-1/+1
2019-01-04Tensor construction codemod - 2/2 (#15600)Jerry Zhang9-31/+28
2018-12-20Tensor construction codemod(ResizeLike) - 7/7 (#15087)Jerry Zhang1-2/+1
2018-12-17Reenable OpenMP by reverting the following two commits. (#15315)Edward Yang1-11/+2
2018-12-06Tensor construction codemod - 3/3 (#14835)Jerry Zhang1-2/+2
2018-11-28Update OpenMP cmake setting for xcode 9 compiler(AppleClang 9.0) (#14473)JerryShih1-2/+11
2018-11-07Rename ndim() -> dim() - 6/6Jerry Zhang2-4/+4
2018-10-29seperate mkl, mklml, and mkldnn (#12170)Gu, Jinghui2-4/+4
2018-10-25Renaming dims() to sizes() (fbcode)Jerry Zhang1-1/+1
2018-10-24Fix UpsampleNearest op CPU impl batch handling (#13002)Viswanath Sivakumar2-1/+44
2018-10-24Move the location of annotation103yiran1-1/+2
2018-10-16Optimize UpsampleNearest Op (#12151)wuhuikx1-19/+20
2018-10-16Add the OpenMP optimization for BatchPermutation. (#12153)ChongyuIntel1-0/+7
2018-10-05Make caffe2::Tensor::dims() return an IntList instead of a const vector& (#12...Edward Yang2-2/+2
2018-09-22Remove many caffe2::TIndex and replace them with int64_t (#11943)Christian Puhrsch7-9/+9
2018-09-18Don't build Detectron ops with NO_CAFFE2_OPS=1 (#11799)Orion Reblitz-Richardson1-13/+15
2018-08-29Enable Detectron model inference for CPU and MKL-DNN paths (#10157)jgong54-2/+67
2018-08-14Workaround for Cuda9.2 and GCC7 compilation errors (#10510)Mingzhe Li9-48/+48
2018-08-04Optimize reduce ops for 2d and 3d (#9992)Xiaomeng Yang5-14/+21
2018-07-27Remove template parameter from Tensor (#9939)Jerry Zhang6-16/+16
2018-07-26Revert D8121878: Remove template parameter from TensorJerry Zhang6-16/+16
2018-07-26Remove template parameter from Tensor (#13)Jerry Zhang6-16/+16
2018-06-11Add affine_channel_op (#8356)Xiaomeng Yang3-239/+0
2018-04-23Update from facebook (#6871)Bram Wasti2-12/+12
2018-04-18[Caffe2] Detectron fpn support (#6645)daquexian2-4/+37
2018-03-11Fixes for build errors on Windows with GPU (#2222)Paul Jesse Hellemn1-1/+1
2018-01-24Moved RoIAlign to OSS.Yanghan Wang3-550/+0
2018-01-17Import Detectron opsRoss Girshick43-0/+5121