summaryrefslogtreecommitdiff
path: root/test/onnx
AgeCommit message (Expand)AuthorFilesLines
2019-02-27ONNX Export Adaptive PoolingLara Haidar1-0/+30
2019-02-26Bump up the ONNX default opset version to 10 (#17419)Lu Fang89-89/+89
2019-02-23Fix the ONNX expect file (#17430)Lu Fang1-1/+1
2019-02-22Bump up the producer version in ONNX exporterLu Fang89-89/+89
2019-02-22add the support for stable ONNX opsets in exporter (#16068)Lu Fang3-0/+70
2019-02-19ONNX Export Maxpool IndicesLara Haidar2-0/+134
2019-02-15Extend support for exporting reshape to onnx. (#16971)BowenBao1-0/+17
2019-02-14Add support of count_include_pad and test end to end test for AveragePool (#1...Dwarak Rajagopal1-1/+8
2019-02-13Support nonzero onnx exportBowenBao2-0/+52
2019-02-11Revert D14020906: [pytorch][PR] Extend support for exporting reshape to onnx.Edward Yang3-131/+0
2019-02-10Extend support for exporting reshape to onnx.BowenBao3-0/+131
2019-02-01fix the ONNX ci (#16674)Lu Fang7-62/+4
2019-01-30Remove the debugging info of pytorch=>onnx coverage script (#16538)zrphercule1-2/+0
2019-01-30ONNX Export Flatten operatorLara Haidar-Ahmad5-139/+282
2019-01-30Fix the dropout onnx symbolic, and ensure all exported models in test_operato...Lu Fang2-1/+52
2019-01-22Automatic update of fbcode/onnx to dc75285d4a1cff9618400164dfdb26c5a1bab70aLu Fang84-84/+84
2019-01-22Revert D13540278: [pytorch][PR] Unhide unique from C++, make unique partially...Wanchao Liang3-131/+0
2019-01-21Move away from ConstantFill (#16214)Lu Fang1-13/+6
2019-01-21Unhide unique from C++, make unique partially scriptable (#15256)Xiang Gao3-0/+131
2019-01-19Replace use of ConstantLike with with ConstantOfShape (#16095)Spandan Tiwari3-0/+177
2019-01-17A trivial typo fixed in onnx.verify.verify (#15871)Derek Kim1-1/+1
2019-01-17Export PyTorch erf to ONNX Erf and add Caffe2 Erf operatorbddppq3-0/+72
2019-01-14Split Caffe2 CI into cmake-only and python builds (#15917)Jesse Hellemn3-15/+1
2019-01-07Add support for exporting onnx split (#15092)BowenBao3-0/+192
2019-01-04Fix different types in rsub caused bug (#15707)zrphercule2-2/+10
2019-01-04Temporarily disable all XXXlike operator tests in pytorch-onnx test (#15740)zrphercule4-168/+3
2019-01-03Fix ONNX export of logical ops, including torch.ne, to have correct output da...Spandan Tiwari6-6/+66
2018-12-27Export group norm as ATen and add test (#15569)Lu Fang1-1/+6
2018-12-21Add self to Python printer reserved words (#15318)David Riazati1-2/+2
2018-12-20Revert D13494873: [pytorch][PR] Fixing ONNX export of logical ops to have cor...Edward Yang5-55/+5
2018-12-20Fixing ONNX export of logical ops to have correct output datatype (#15185)Spandan Tiwari5-5/+55
2018-12-20Revert D13498974: [pytorch][PR] [jit] Add self to Python printer reserved wordsEdward Yang1-2/+2
2018-12-20Add self to Python printer reserved words (#15318)David Riazati1-2/+2
2018-12-18Fix the (reduce)min and (reduce)max ONNX exporting (#15241)Lu Fang3-0/+110
2018-12-17Adding ONNX export for torch.expand and torch.ne (#15050)Spandan Tiwari3-0/+152
2018-12-11Update onnx coverage script for more accurate result (#15029)zrphercule1-0/+4
2018-12-09Fix mismatched test_{full,ones,zeros}_like onnx expect files (#14956)Your Name3-6/+6
2018-12-08Export ones_like, zeros_like and full_like using ONNX ConstantLike op. (#14903)Spandan Tiwari4-0/+179
2018-12-08ONNX changes to use int32_t (instead of enum) to store data typeYour Name74-233/+233
2018-12-06Add LogSigmoid support in ONNX symbolic (#14830)zrphercule2-0/+67
2018-12-05improve ONNX tests on torch.LinearLu Fang3-2/+125
2018-12-05Add torch.nn.RReLU support in symbolic (#14781)zrphercule2-0/+79
2018-11-29Update to export in onnx_aten_fallback optionzrphercule1-1/+2
2018-11-12Update coverage info (#13788)zrphercule1-1/+43
2018-11-08Tracer now records Python variable names (#13441)James Reed18-308/+33
2018-11-05Support new upsample in symbolic, caffe2 backend & caffe2 frontend (#13272)zrphercule3-12/+22
2018-11-05Fix erase_number_type pass, negative indices in c2 and some onnx symbolics (#...Wanchao Liang4-0/+136
2018-11-05Make the inception onnx test more stableLu Fang1-1/+1
2018-11-02Fix EraseListConstruct pass during ONNX export (#13195)Wanchao Liang1-0/+8
2018-10-31Back out "[pytorch][PR] Support upsample" (#13413)Rui Zhu2-16/+11