summaryrefslogtreecommitdiff
path: root/caffe2/opt
AgeCommit message (Expand)AuthorFilesLines
2019-02-06Fix/Improve bound shape inference with real net tests (#16597)Yinghai Lu3-42/+182
2019-02-01Tag model_id and onnxifi index in OnnxifiOp (#16648)Yinghai Lu2-7/+27
2019-01-16Bound shape inference for c2 (#16081)Yinghai Lu3-0/+487
2019-01-16Enable single graph sharing between multiple threads for onnxifiop (#16047)Kimish Patel1-0/+4
2019-01-15Fix namespace typo. (#16021)Yavuz Yetim1-1/+1
2019-01-14nomnigraph - easy - use new test utils in converter_nomnigraph_test (#15751)Duc Ngo1-53/+23
2019-01-11Remove StopGradient op when it is inplace in inference (#12152)wuhuikx1-0/+30
2019-01-07Support communicating with C2 protobuf in Onnxifi flow (#15472)Yinghai Lu2-46/+268
2019-01-07Enable conv+add fusion, same as conv+sum (#15268)Gu, Jinghui1-2/+13
2018-12-21Relax check on outputs (#15458)Bram Wasti1-4/+7
2018-12-20Clean up onnxifi transformation code (#15453)Yinghai Lu2-44/+71
2018-12-14Supply static shape info to Reshape when doing onnxGetCompatibility (#15242)Yinghai Lu1-0/+10
2018-12-05Export complete subgraph io info when calling onnxGetBackendCompatibility (#1...Yinghai Lu1-14/+53
2018-12-04Add output info when doing onnxGetBackendCompatibility (#14784)Yinghai Lu1-4/+12
2018-11-22Make sure we bind input/output of Onnxifi op positionally (#14214)Yinghai Lu1-0/+6
2018-11-21Add "axis" and "axis_w" arguments in FC to support customized axix to reduce ...Gu, Jinghui1-18/+47
2018-11-20Fix memory leakage in onnxifi transformer (#14245)Yinghai Lu2-1/+10
2018-11-19Use onnx proto_utils to support using protobuf-liteJunjie Bai1-4/+2
2018-11-16Windows shared build (#13550)ArutyunovG5-15/+15
2018-11-15Fix converter to accept const NetDef&Bram Wasti2-3/+3
2018-11-10Back out "Revert D12967258: Support more data types in ONNXIFI transform" (#1...Yinghai Lu2-20/+37
2018-11-10Revert D12967258: Support more data types in ONNXIFI transformSoumith Chintala2-37/+20
2018-11-10Support more data types in ONNXIFI transform (#13745)Yinghai Lu2-20/+37
2018-11-08Allow blacklist ops in onnxifi transformYinghai Lu2-4/+27
2018-11-08Enable junk fill for the default CPU allocator (#13377)Xiaoqiang Zheng1-1/+2
2018-10-29Renaming size() to numel() - 1/2Jerry Zhang1-2/+2
2018-10-29seperate mkl, mklml, and mkldnn (#12170)Gu, Jinghui1-3/+3
2018-10-24Converter fix to allow unimplemented convertToOperatorDef (#13069)Bram Wasti1-7/+14
2018-10-24Revert D10412639: [nomnigraph] Add new NeuralNetOps for fusionEdward Yang1-13/+7
2018-10-23Attach Shape node if Concat node has 2 outputs (#13006)Yinghai Lu1-1/+5
2018-10-23Add new NeuralNetOps for fusionBram Wasti1-7/+13
2018-10-23Nomnigraph: Remove Copy constructor and copy assign operator from BasicBlock,...Mikhail Zolotukhin1-1/+1
2018-10-22Accept external input hint when doing ONNXIFI transform (#12900)Yinghai Lu2-21/+41
2018-10-18Expose device_option directlyBram Wasti2-6/+6
2018-10-16Enable mapping from operatordef to converted node for debuggingBram Wasti2-2/+15
2018-10-16Enhance shape inference in ONNXIFI transformer (#12685)Yinghai Lu3-66/+116
2018-10-15Move exception to C10 (#12354)Yangqing Jia2-4/+4
2018-10-08Create named functions construct (#12237)Bram Wasti1-5/+4
2018-10-03Open source distributed code (#12254)Bram Wasti4-0/+334
2018-09-28Add caffe2_api to exported functions (#12184)Bram Wasti1-2/+2
2018-09-28Add support for device annotations on blobsBram Wasti2-0/+26
2018-09-28Adding Declare and Export operators (#11954)Bram Wasti3-0/+81
2018-09-27Move registry fully to c10 (#12077)Yangqing Jia4-9/+17
2018-09-25Unify all *_EXPORT and *_IMPORT macros across c++ backend (#12019)Yangqing Jia2-2/+2
2018-09-25Removing some dependency edges from Blob to other caffe2 (#12043)Sebastian Messmer2-6/+6
2018-09-25Back out "Removing some dependency edges from Blob to other caffe2"Maciej Bargiel2-6/+6
2018-09-24Removing some dependency edges from Blob to other caffe2 (#11923)Sebastian Messmer2-6/+6
2018-09-22Remove many caffe2::TIndex and replace them with int64_t (#11943)Christian Puhrsch1-1/+1
2018-09-21Export caffe2::Caffe2Annotation symbols (#11965)Junjie Bai1-1/+1
2018-09-21Add distributed annotationsBram Wasti3-55/+150