summaryrefslogtreecommitdiff
path: root/caffe2
AgeCommit message (Expand)AuthorFilesLines
2019-04-08Export C10 operator in PyTorch Model (#18210)Lu Fang2-1/+6
2019-04-08caffe2 - Expose tensor filler util to Python (#18886)Duc Ngo9-1/+95
2019-04-08Fix a dev mode bug in activation distribution observer (#19004)Summer Deng2-3/+9
2019-04-07Remove tensorFromBlob() from Type (#18779)Roy Li1-6/+10
2019-04-06fix bug when falling back to acc32 when weight is prepacked (#18974)Summer Deng4-122/+213
2019-04-05Revert D14778810: [caffe2/int8] fix bug when falling back to acc32 when weigh...Junjie Bai4-210/+122
2019-04-05fix bug when falling back to acc32 when weight is prepacked (#18881)Summer Deng4-122/+210
2019-04-05Add backward pass to infer single missing input shape for Concat opportunitis...Yinghai Lu6-16/+114
2019-04-05ScriptModuleOp in caffe2 (#18716)Dmytro Dzhulgakov3-58/+321
2019-04-04Fix caffe2 miopen conv transpose gradient op for case of no dX gradientJunjie Bai1-4/+8
2019-04-04Add support for group ConvTranspose (#18794)Xiaomeng Yang4-486/+765
2019-04-04Add shape inference function for Split (#18838)Yinghai Lu2-0/+128
2019-04-03fold col offset into bias; optimize A symmetric quant (#17026)Jongsoo Park4-53/+205
2019-04-03QTensor (#18230)Jerry Zhang2-9/+9
2019-04-03Enforce import order to make protobuf cpp implementation in python work (#18560)Dmytro Dzhulgakov4-3/+54
2019-04-03Upgrade mkldnn-bridge for dnnlowp support (#16308)Gu, Jinghui12-319/+405
2019-04-03use optimization in D14020675 (#16945)Jongsoo Park1-2/+6
2019-04-02Change ReinitializeTensor to use C10_LOG_FIRST_N (#18531)Jerry Zhang1-1/+1
2019-04-02Add support for getting TensorProto argument (#18364)Yinghai Lu1-0/+8
2019-04-02Operator-level performance microbenchmarks (#18740)Mingzhe Li2-0/+28
2019-04-02Undefined behavior with memset of std::string to 0 (#18703)Eli Amesefe1-1/+4
2019-04-01add Int8FCRelu (#18673)Jongsoo Park4-24/+59
2019-04-01caffe2 - set up correct inheritance structure for remaining operator test cla...Duc Ngo5-12/+12
2019-04-01Revert "Tensor construction codemod(raw_mutable_data) (#16373)" (#18680)Junjie Bai27-116/+129
2019-04-01add ConvRelu schema (#18693)Jongsoo Park2-3/+7
2019-04-01Create Node2Vec ModuleKeeperRu Li2-1/+2
2019-04-01use acc16 only when n>128 and k>128 in Skylake (#18672)Jongsoo Park1-6/+18
2019-04-01Move ideep singleton registration to ATen from C2. (#18335)Gregory Chanan1-1/+1
2019-03-31handle a rare case of histogram min is inf/nan (#18239)Jongsoo Park2-6/+14
2019-03-31Adding quantized tensor shape/type info support for caffe2=>glow in caffe2 si...Rui Zhu13-43/+261
2019-03-30Check kernel against function schema in c10 op registration (#18256)Sebastian Messmer1-1/+1
2019-03-30Add functor- and function-based kernel registration API (#18162)Sebastian Messmer52-1324/+860
2019-03-30New operator registration MVP (#18161)Sebastian Messmer1-49/+58
2019-03-29support pre-convert filter format for mkldnn training mode and change 'Optimi...Cheng,Penghui12-31/+292
2019-03-29Tensor construction codemod(raw_mutable_data) (#16373)Jerry Zhang27-129/+116
2019-03-29Fix bug in tensor feed which caused crash due to wrong tensor type (#18552)Gu, Jinghui1-3/+5
2019-03-29register BoxWithNMSLimit with C10Yanghan Wang3-44/+192
2019-03-29Manual hipify caffe2/distributed and rocm update (no hcc modules support) (#1...Xiaodong Wang2-0/+20
2019-03-29Change dnnlowp log level from warning to v2 (#18576)Summer Deng1-13/+12
2019-03-29Optimize relu op on GPU (#18506)Xiaomeng Yang2-83/+74
2019-03-28Automatic update of fbcode/onnx to fb1a80692c1ab0bd27b1072f2e7bffacba336777 (...Lu Fang1-0/+1
2019-03-28Resubmit PR-18512: Improved onnx export for 3 onnx ops (#18571)bddppq7-4/+40
2019-03-28Implement rotated generate_proposals_op without opencv dependency (CPU version)Jing Huang4-212/+242
2019-03-28Use SetOutputTensor instead of copying outputs manually (#17770)Ahmed Aly1-13/+5
2019-03-28Inference LSTM integration test (#18559)Ahmed Aly1-0/+80
2019-03-28Revert D14635130: Improved onnx export for 3 onnx ops.Junjie Bai3-19/+2
2019-03-28Improved onnx export for 3 onnx ops. (#18512)Benoit Steiner3-2/+19
2019-03-27add extra info for the auto gen sum opsXianjie Chen2-1/+9
2019-03-27Skip tests if C2/ONNX models cannot be read (#18494)Min Ni5-147/+46
2019-03-27Add qtensors in caffe2 protobuf argument (#18486)zrphercule1-0/+1