summaryrefslogtreecommitdiff
path: root/caffe2/opt
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-17Clean up converter and accept less-valid networksBram Wasti2-17/+21
2018-09-17Expose annotations (#11649)Bram Wasti2-2/+30
2018-09-06Roll nomnigraph build into caffe2 (#11303)Orion Reblitz-Richardson2-2/+4
2018-09-05Add dead code elimination pass (#10101)Bram Wasti2-0/+100
2018-09-05Forward declarations of needed curand functions (#10911)Jesse Hellemn1-4/+4
2018-09-05caffe2::DeviceType -> at::DeviceType (#11254)Jerry Zhang3-6/+6
2018-09-02Should not use CAFFE2_API when definition is already in header. (#11114)Tongliang Liao4-6/+6
2018-08-31Remove BUILD_CAFFE2 and build everything (#8338)Orion Reblitz-Richardson1-1/+1
2018-08-31fixes to device.cc (#11122)Hector Yuen1-13/+43
2018-08-29Debugging help + testBram Wasti1-5/+17
2018-08-28Add clip op to IRBram Wasti1-0/+25
2018-08-28Default hidden visibility (#10752)Orion Reblitz-Richardson2-2/+2