summaryrefslogtreecommitdiff
path: root/caffe2
AgeCommit message (Expand)AuthorFilesLines
2019-04-12Add more debugging helper to net transformer (#19176)Yinghai Lu3-19/+32
2019-04-12use C10_REGISTER for GELU opHuamin Li4-24/+48
2019-04-11Change is_variable() to check existence of AutogradMeta, and remove is_variab...Will Feng1-2/+1
2019-04-11Materialize a non-default device for C2 legacy storage. (#18605)Gregory Chanan1-2/+6
2019-04-11Allow empty net type (#19154)Yinghai Lu1-1/+1
2019-04-11try to enable uncertainty for lr loss (#17236)Xing Wang2-0/+56
2019-04-10Optimize SoftmaxOp on CPU (#18635)Xiaomeng Yang8-166/+138
2019-04-10Move ConcatBatchMatMulBatchGatherOp to OSSHao Lu2-0/+156
2019-04-10implement operators for DNNLOWP (#18656)Gu, Jinghui39-87/+1577
2019-04-10Clear input/ouput shape cache for each inference (#19085)Yinghai Lu1-0/+2
2019-04-09amend D14778810 (#18902)Summer Deng5-9/+36
2019-04-09Fix aten op output assignment (#18581)Wanchao Liang2-28/+41
2019-04-09Make BlackBoxPredictor handle networks throwing exceptions (#19080)Alexander Sidorov1-0/+9
2019-04-09remove interned_string.h dep (#19061)Lu Fang1-2/+1
2019-04-09add logging to make the saving action visible (#19042)Liang Xiong1-0/+2
2019-04-09Convert all tabs to spaces, add CI. (#18959)Edward Yang3-17/+17
2019-04-08Add gelu op (#18992)Xiaomeng Yang7-9/+392
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