Age | Commit message (Expand) | Author | Files | Lines |
2019-04-23 | dispatch max_pools with no indices, expose max_pools to torch namespace (#19449) | Wanchao Liang | 1 | -98/+57 |
2019-04-22 | Add onnx support for _unique2 operator | Vitaly Fedyunin | 1 | -0/+7 |
2019-04-18 | Strip doc_string from exported ONNX models (#18882) | Lara Haidar-Ahmad | 1 | -5/+11 |
2019-04-18 | Add constant folding to ONNX graph during export (Resubmission) (#18698) | Spandan Tiwari | 2 | -15/+30 |
2019-04-16 | Fix python lint (#19331) | Junjie Bai | 1 | -1/+1 |
2019-04-16 | Adding pin_memory kwarg to zeros, ones, empty, ... tensor constructors (#18952) | Vitaly Fedyunin | 1 | -11/+30 |
2019-04-13 | get propagate_shape logic out of module.h (#19137) | Zachary DeVito | 1 | -4/+5 |
2019-04-12 | Fix onnx ints (#19102) | Lu Fang | 1 | -13/+24 |
2019-04-11 | Skip Slice if it's no op (#19155) | Lu Fang | 1 | -6/+14 |
2019-04-09 | EmbeddingBag CPU forward with per_sample_weights. (#18735) | Richard Zou | 1 | -2/+6 |
2019-04-09 | add an utility function to check whether it's in the middle of onnx export or... | Lu Fang | 2 | -44/+71 |
2019-04-08 | Export C10 operator in PyTorch Model (#18210) | Lu Fang | 1 | -1/+1 |
2019-04-05 | Revert "Adding pin_memory kwarg to zeros, ones, empty,... (#18854) | Vitaly Fedyunin | 1 | -26/+18 |
2019-04-04 | ONNX Export All Cases of Softmax | Lara | 1 | -7/+15 |
2019-04-03 | add an assertion to check the param num (#18145) | Lu Fang | 1 | -0/+4 |
2019-04-02 | Fix flake8 issues | Igor Fedan | 1 | -1/+1 |
2019-04-02 | Adding pin_memory kwarg to zeros, ones, empty, ... tensor constructors. (#18455) | Vitaly Fedyunin | 1 | -18/+26 |
2019-03-30 | Turn on F401: Unused import warning. (#18598) | Edward Yang | 3 | -12/+1 |
2019-03-29 | Refactoring serialization of ONNX initializers to be name-based (Resubmission... | Spandan Tiwari | 1 | -8/+13 |
2019-03-28 | Resubmit PR-18512: Improved onnx export for 3 onnx ops (#18571) | bddppq | 1 | -1/+9 |
2019-03-28 | Revert D14635130: Improved onnx export for 3 onnx ops. | Junjie Bai | 1 | -9/+1 |
2019-03-28 | Improved onnx export for 3 onnx ops. (#18512) | Benoit Steiner | 1 | -1/+9 |
2019-03-27 | Rename isTensor api -> isCompleteTensor (#18437) | eellison | 1 | -4/+4 |
2019-03-26 | Revert D14605905: [pytorch][PR] Add return_counts to torch.unique | Soumith Chintala | 1 | -4/+3 |
2019-03-26 | Minor fix for onnx ConstantOfShape export (#18199) | BowenBao | 1 | -6/+6 |
2019-03-25 | Support dim=None for argmax and argmin (#18264) | Xiang Gao | 1 | -4/+14 |
2019-03-25 | Add return_counts to torch.unique (#18391) | Xiang Gao | 1 | -3/+4 |
2019-03-20 | Fix ONNX symbolic for argmin and argmax (#18261) | Lu Fang | 1 | -2/+2 |
2019-03-20 | Retain the parameter names in ONNX exporter (#17551) | Lu Fang | 1 | -10/+21 |
2019-03-20 | Fix typo in docstring | Alexandr Morev | 1 | -1/+1 |
2019-03-15 | ONNX Export IsNan op | Lara Haidar-Ahmad | 1 | -0/+7 |
2019-03-14 | Update nonzero onnx export (#18047) | BowenBao | 1 | -1/+1 |
2019-03-08 | Revert D14361993: [pytorch][PR] [Onnx] - refactoring serialization of ONNX in... | Lu Fang | 1 | -11/+7 |
2019-03-07 | Set the default ONNX opset to the latest stable opset (i.e., 9) (#17736) | Lu Fang | 2 | -4/+8 |
2019-03-07 | Add module attributes (#17309) | David Riazati | 1 | -1/+1 |
2019-03-07 | - refactoring serialization of ONNX initializers to be name-based (#17420) | Spandan Tiwari | 1 | -7/+11 |
2019-03-07 | ONNX Export for Max and Average Pooling in CEIL_MODE | Lara Haidar-Ahmad | 1 | -17/+66 |
2019-03-06 | ONNX Export Narrow op | Lara Haidar | 1 | -0/+5 |
2019-03-06 | Improve ONNX symbolic for logsoftmax and softmax (#17672) | Lu Fang | 1 | -7/+14 |
2019-03-06 | ONNX Export Argmin and Argmax ops | Lara Haidar-Ahmad | 1 | -0/+10 |
2019-03-01 | Rename prim::Undefined to prim::AutogradZero (#17611) | Wanchao Liang | 1 | -10/+9 |
2019-02-27 | disallow shape analysis with resize ops (#17518) | Elias Ellison | 1 | -6/+6 |
2019-02-27 | ONNX Export Adaptive Pooling | Lara Haidar | 1 | -8/+41 |
2019-02-26 | Bump up the ONNX default opset version to 10 (#17419) | Lu Fang | 1 | -7/+12 |
2019-02-22 | add the support for stable ONNX opsets in exporter (#16068) | Lu Fang | 2 | -13/+38 |
2019-02-19 | ONNX Export Maxpool Indices | Lara Haidar | 1 | -15/+52 |
2019-02-19 | move prim::None to prim::Constant (again) (#17186) | eellison | 2 | -14/+16 |
2019-02-15 | Revert D14109636: [pytorch][PR] move prim::None to a case in prim::Constant | Elias Ellison | 2 | -16/+14 |
2019-02-15 | move prim::None to a case in prim::Constant (#16160) | Elias Ellison | 2 | -14/+16 |
2019-02-15 | Extend support for exporting reshape to onnx. (#16971) | BowenBao | 1 | -0/+9 |