pytorch/torch/nn
Tongzhou Wang 42fbeef5d7 update F.grid_sample doc for clarity (#19754)
Summary:
https://github.com/pytorch/pytorch/issues/19717
Pull Request resolved: https://github.com/pytorch/pytorch/pull/19754

Differential Revision: D15085449

Pulled By: soumith

fbshipit-source-id: 0dda05bd395d58a496bf397ca7f1c50a239b0ed1
2019-04-26 16:01:24 -07:00
..
_functions Port adaptive_max_pool3d() to ATen (#19547) 2019-04-23 12:51:25 -07:00
backends Move RNN implementations to C++ (#10481) 2018-08-15 13:25:41 -07:00
modules Add aten mkldnn ops: relu, max_pool2d and avg_pool2d 2019-04-26 13:41:44 -07:00
parallel Trace directly into first-class module form. (#19722) 2019-04-25 15:53:03 -07:00
utils convert_sync_batch_norm to SyncBatchNorm (#18787) 2019-04-07 00:13:02 -07:00
__init__.py Turn on F401: Unused import warning. (#18598) 2019-03-30 09:01:17 -07:00
_qscheme.py Expose QScheme in frontend (#19381) 2019-04-19 11:57:59 -07:00
_reduction.py Turn on F401: Unused import warning. (#18598) 2019-03-30 09:01:17 -07:00
_VF.py Convert functional dropouts to weak script (#13484) 2018-11-05 17:13:07 -08:00
cpp.py Fix _apply in nn.Module (#15305) 2018-12-17 16:22:21 -08:00
functional.py update F.grid_sample doc for clarity (#19754) 2019-04-26 16:01:24 -07:00
grad.py Fix bug in grad.py when conv bias != None (#12281) 2018-10-05 12:55:14 -07:00
init.py Add some of nn.init to weak script (#19640) 2019-04-24 17:00:48 -07:00
parameter.py add __deepcopy__ back to Parameter (#12886) 2018-10-30 12:56:26 -07:00