pytorch/torch/nn/utils
Wanchao Liang 4b028a8e07 [jit] support pad_sequence/pack_sequence (#39844)
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/39844

Test Plan: Imported from OSS

Reviewed By: jamesr66a

Differential Revision: D22026720

Pulled By: wanchaol

fbshipit-source-id: cc51ea77eff3689e319ec7e89a54c788646b5940
2020-06-19 19:03:14 -07:00
..
__init__.py [NHWC CUDNN CONV]Update cudnn convolution memory_format behavior (#32482) 2020-02-04 09:50:57 -08:00
__init__.pyi Stubs for torch.nn (#19089) 2019-07-01 09:50:17 -07:00
clip_grad.py fix clip_grad_norm to work with parameters on the different devices (#38615) 2020-05-19 10:33:40 -07:00
clip_grad.pyi Stubs for torch.nn (#19089) 2019-07-01 09:50:17 -07:00
convert_parameters.py Use new PyTorch API to make code simpler 2018-08-01 08:39:23 -07:00
convert_parameters.pyi Stubs for torch.nn (#19089) 2019-07-01 09:50:17 -07:00
fusion.py Support Conv+BatchNorm fusion for 1d/3d (#29113) 2019-11-05 08:43:51 -08:00
memory_format.py [NHWC CUDNN CONV]Update cudnn convolution memory_format behavior (#32482) 2020-02-04 09:50:57 -08:00
prune.py Revert "Revert D21337640: [pytorch][PR] Split up documentation into subpages and clean up some warnings" (#37778) 2020-05-04 14:32:35 -07:00
rnn.py [jit] support pad_sequence/pack_sequence (#39844) 2020-06-19 19:03:14 -07:00
rnn.pyi Delete torch/__init__.pyi, deferring to direct extension stubs (#38157) 2020-05-11 07:20:13 -07:00
spectral_norm.py explicitly provide memory format when calling to clone() at spectral_norm.py 2019-11-08 10:24:46 -08:00
spectral_norm.pyi Add type stubs to import 'nn' modules (#22411) 2019-07-08 09:22:37 -07:00
weight_norm.py Explicit attribute setting for pruning and weight_norm upon reparam removal (#34170) 2020-04-29 09:01:59 -07:00
weight_norm.pyi Add type stubs to import 'nn' modules (#22411) 2019-07-08 09:22:37 -07:00