Commit Graph

11 Commits

Author SHA1 Message Date
Dmytro Dzhulgakov
709fcfda8a Now actually fix padding (the tests are added in onnx-pytorch) (#3893)
* Now actually fix padding (the tests are added in onnx-pytorch)

* fix test
2017-11-27 23:39:48 -05:00
Sam Gross
ed640010ce
Delete unused autograd functions (#3856) 2017-11-24 14:31:11 -05:00
Lu Fang
a1deb2d47f Move the exception logic to the helper function 2017-10-16 16:57:16 -04:00
Lu Fang
cad9438bb9 Add unit tests for onnx helper functions 2017-10-16 16:57:16 -04:00
Lu Fang
864bd934b0 Add a helper function to check broadcasting (#3115) 2017-10-13 23:22:16 -04:00
Lu Fang
8d8a99c244 Add ONNX Pad reflect and edge mode support (#3048) 2017-10-10 17:02:08 -04:00
gchanan
a71330d13f More efficient broadcasting backward by bailing in all cases if sizes match. (#2556) 2017-08-28 21:38:33 -04:00
gchanan
14038fe559 Remove unnecessary if in maybe_view. (#2538) 2017-08-25 11:21:50 -04:00
Soumith Chintala
eed323c344 avoid warning 2017-07-20 10:59:56 -07:00
Gregory Chanan
2c04ce63a5 Fix masked_scatter autograd broadcasting. 2017-06-17 09:38:28 -04:00
Gregory Chanan
9ba799c26b Fix pointwise fallback for addcdiv, addcmul. 2017-06-17 09:38:28 -04:00