pytorch/torch/nn/utils
Zafar Takhirov bb4f380f35 Optimizing out the division in the fusion
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/23275

Test Plan: Imported from OSS

Differential Revision: D16450294

Pulled By: zafartahirov

fbshipit-source-id: 2f1ebf3673ed0467a9f6a912e08e5d95f9b27d0b
2019-08-12 11:35:37 -07:00
..
__init__.py Fusion and _intrinsic modules (#23003) 2019-07-23 14:54:19 -07:00
__init__.pyi Stubs for torch.nn (#19089) 2019-07-01 09:50:17 -07:00
clip_grad.py Correct docstring of vision/init functions 2019-03-01 11:40:23 -08: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 Optimizing out the division in the fusion 2019-08-12 11:35:37 -07:00
rnn.py make nn.LSTM accept PackedSequence instead of Tuples 2019-08-05 17:16:18 -07:00
rnn.pyi Stubs for torch.nn (#19089) 2019-07-01 09:50:17 -07:00
spectral_norm.py Fix spectral_norm load_state_dict with strict=False (#22545) 2019-07-07 19:08:48 -07:00
spectral_norm.pyi Add type stubs to import 'nn' modules (#22411) 2019-07-08 09:22:37 -07:00
weight_norm.py Correct docstring of vision/init functions 2019-03-01 11:40:23 -08:00
weight_norm.pyi Add type stubs to import 'nn' modules (#22411) 2019-07-08 09:22:37 -07:00