summaryrefslogtreecommitdiff
path: root/caffe2/onnx
AgeCommit message (Expand)AuthorFilesLines
2018-04-19[Caffe2] Let TensorRT flow use the generic graph transformer (#6696)Yinghai Lu1-1/+3
2018-04-17[Caffe2] Workspace centric API for TensorRT transformation (#6678)Yinghai Lu4-17/+33
2018-04-17[Caffe2] C++ SSA Rewrite of Caffe2 nets (#6531)Yinghai Lu4-7/+130
2018-04-16[Caffe2] Scoped dummy name generator (#6458)Yinghai Lu6-51/+72
2018-04-16Follow the change of ONNX Cast operator "to" attribute (#6574)bddppq4-11/+175
2018-04-11[Caffe2] Add support to TensorRT (#6150)Yinghai Lu2-6/+75
2018-04-09Check mappings ONNX -> Caffe2 bear the same argument names (#6317)François Garillot2-2/+42
2018-04-07Fix the c2-onnx exporter bug on Gemm (#6331)Lu Fang1-3/+12
2018-04-06Fix the onnx split backend axis handling (#6366)Lu Fang2-2/+15
2018-03-30Fixing TTSN unit testsKittipat Virochsiri1-2/+2
2018-03-30[codemod][caffe2] comment out unused parametersDavid Lai1-1/+1
2018-03-27Remove redundant code (#2460)Yinghai Lu1-14/+3
2018-03-27Remove Apache headers from source.Orion Reblitz-Richardson10-160/+0
2018-03-26Caffe2-onnx exporter (#2248)Yinghai Lu5-13/+784
2018-03-26Strip down onnx to only pb definitions in mobile build (#2426)bddppq1-8/+14
2018-03-23[easy] Minor improvement of the code quality in caffe2/onnx (#2396)Yinghai Lu8-53/+178
2018-03-23Bump onnx opset version (#2402)bddppq1-1/+1
2018-03-22Remove ONNX consumed_inputs (#2278)bddppq2-84/+0
2018-03-22Handle the ONNX opset for BatchNormalization (#2382)Lu Fang2-0/+23
2018-03-22Remove Python onnx-caffe2 conversion code (#2362)Yinghai Lu2-321/+297
2018-03-21Removed special handling for onnx sqrt (#2353)Joseph Spisak2-27/+0
2018-03-21Fix a typo (#2339)Lu Fang2-8/+7
2018-03-21Remove more protobuf APIs. (#2348)Yangqing Jia1-1/+0
2018-03-16Update onnx frontend to emit new onnx Reshape (with shape as input) (#2287)bddppq1-1/+1
2018-03-15Fix ONNX backend for MatMul (#2273)James Reed2-1/+29
2018-03-12Onnx caffe2 backend (#2039)Yinghai Lu9-0/+1609