mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: Pull Request resolved: https://github.com/pytorch/pytorch/pull/21291 Differential Revision: D15760935 Pulled By: ezyang fbshipit-source-id: 114da4c52b78949e631e9adcae4eb620546124fb
20 lines
461 B
ReStructuredText
20 lines
461 B
ReStructuredText
.. role:: hidden
|
|
:class: hidden-section
|
|
|
|
torch.nn.init
|
|
=============
|
|
|
|
.. currentmodule:: torch.nn.init
|
|
.. autofunction:: calculate_gain
|
|
.. autofunction:: uniform_
|
|
.. autofunction:: normal_
|
|
.. autofunction:: constant_
|
|
.. autofunction:: eye_
|
|
.. autofunction:: dirac_
|
|
.. autofunction:: xavier_uniform_
|
|
.. autofunction:: xavier_normal_
|
|
.. autofunction:: kaiming_uniform_
|
|
.. autofunction:: kaiming_normal_
|
|
.. autofunction:: orthogonal_
|
|
.. autofunction:: sparse_
|