pytorch/torch/nn
2022-10-12 18:37:58 +00:00
..
backends
intrinsic [quant][ao_migration] nn.intrinsic.quantized migration to ao (#86172) 2022-10-08 00:01:38 +00:00
modules [nn] Add remove_duplicate flag to named_buffers (#674) (#85903) 2022-10-11 18:49:09 +00:00
parallel Fix doc of DDP (#86244) (#86256) 2022-10-06 00:48:56 +00:00
qat [quant] Subpackage import in nn.quantized (#84141) 2022-09-01 11:35:03 +00:00
quantizable [quant][ao_migration] torch.nn.quantizabletorch.ao.nn.quantizable. (#78717) 2022-08-25 16:50:37 +00:00
quantized Rename 'torch/ao/nn/quantized._reference' to 'torch/ao/nn/quantized/reference'. (#84974) 2022-09-16 17:49:07 +00:00
utils Lazy deprecation import function in torch.nn (#83834) 2022-08-23 00:54:44 +00:00
__init__.py Properly import Parameter and DataParallel in torch/nn/__init__.py (#80955) 2022-07-06 20:49:44 +00:00
_reduction.py
common_types.py
cpp.py
functional.py [primTorch] Add ref for triplet_margin_loss, improve triplet_margin_with_distance_loss (#85614) 2022-10-12 18:37:58 +00:00
functional.pyi.in Add Dropout1d module 2022-06-15 14:39:07 +00:00
grad.py Integrate xdoctest - Rebased (#82797) 2022-08-12 02:08:01 +00:00
init.py More doctest refinements. (#83317) 2022-08-22 20:07:26 +00:00
parameter.py [PT] Allowing deepcopy in unitialized parameter (#83809) 2022-08-30 05:16:19 +00:00
parameter.pyi