| .. |
|
__init__.py
|
add hardswish FP operator (#34747)
|
2020-03-24 15:15:34 -07:00 |
|
__init__.pyi.in
|
Add stub for transformer.py and MultiheadAttention Class. (#28396)
|
2020-01-07 09:13:36 -08:00 |
|
_functions.py
|
SyncBatchNorm size check update (#37133)
|
2020-05-01 18:01:30 -07:00 |
|
activation.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 |
|
activation.pyi.in
|
Add stub for transformer.py and MultiheadAttention Class. (#28396)
|
2020-01-07 09:13:36 -08:00 |
|
adaptive.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 |
|
adaptive.pyi.in
|
Stubs for torch.nn (#19089)
|
2019-07-01 09:50:17 -07:00 |
|
batchnorm.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 |
|
batchnorm.pyi.in
|
Stubs for torch.nn (#19089)
|
2019-07-01 09:50:17 -07:00 |
|
channelshuffle.py
|
Add channel shuffle op fp32 + quantized. (#36815)
|
2020-05-01 10:07:15 -07:00 |
|
container.py
|
Add missing error messages for container modules (#29991)
|
2020-02-13 21:34:27 -08:00 |
|
container.pyi.in
|
Fix multiple issues with type annotations (#36358)
|
2020-04-29 11:16:39 -07:00 |
|
conv.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 |
|
conv.pyi.in
|
Add type stubs to import 'nn' modules (#22411)
|
2019-07-08 09:22:37 -07:00 |
|
distance.py
|
Remove weak script (#22212)
|
2019-07-03 17:28:25 -07:00 |
|
distance.pyi.in
|
Stubs for torch.nn (#19089)
|
2019-07-01 09:50:17 -07:00 |
|
dropout.py
|
Remove weak script (#22212)
|
2019-07-03 17:28:25 -07:00 |
|
dropout.pyi.in
|
Stubs for torch.nn (#19089)
|
2019-07-01 09:50:17 -07:00 |
|
flatten.py
|
Added a flatten module (#22245)
|
2019-07-25 22:48:52 -07:00 |
|
flatten.pyi.in
|
Added .pyi file for flatten (#24459)
|
2019-08-17 12:19:12 -07:00 |
|
fold.py
|
Fix typos (#30606)
|
2019-12-02 20:17:42 -08:00 |
|
fold.pyi.in
|
Stubs for torch.nn (#19089)
|
2019-07-01 09:50:17 -07:00 |
|
instancenorm.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 |
|
instancenorm.pyi.in
|
Stubs for torch.nn (#19089)
|
2019-07-01 09:50:17 -07:00 |
|
linear.py
|
Fix many doc issues (#37099)
|
2020-04-23 10:01:03 -07:00 |
|
linear.pyi.in
|
Update type definitions for nn.Identity (#29135)
|
2019-11-04 13:27:13 -08:00 |
|
loss.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 |
|
loss.pyi.in
|
Stubs for torch.nn (#19089)
|
2019-07-01 09:50:17 -07:00 |
|
module.py
|
Ensure DataParallel replicas can be saved (#37307)
|
2020-04-25 20:57:24 -07:00 |
|
module.pyi.in
|
fix type stub errors (#33762)
|
2020-02-27 06:58:53 -08:00 |
|
normalization.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 |
|
normalization.pyi.in
|
Stubs for torch.nn (#19089)
|
2019-07-01 09:50:17 -07:00 |
|
padding.py
|
Remove weak script (#22212)
|
2019-07-03 17:28:25 -07:00 |
|
padding.pyi.in
|
Fix Typing Error for Padding with asymmetric signatures (#24895)
|
2019-08-20 14:14:12 -07:00 |
|
pixelshuffle.py
|
Remove weak script (#22212)
|
2019-07-03 17:28:25 -07:00 |
|
pixelshuffle.pyi.in
|
Stubs for torch.nn (#19089)
|
2019-07-01 09:50:17 -07:00 |
|
pooling.py
|
Fix many doc issues (#37099)
|
2020-04-23 10:01:03 -07:00 |
|
pooling.pyi.in
|
Stubs for torch.nn (#19089)
|
2019-07-01 09:50:17 -07:00 |
|
rnn.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.pyi.in
|
Stubs for torch.nn (#19089)
|
2019-07-01 09:50:17 -07:00 |
|
sparse.py
|
Fix type annotations and make MyPy run on torch/ (#36584)
|
2020-04-22 14:17:08 -07:00 |
|
sparse.pyi.in
|
[pytorch][embeddingbag] Parallelize the EmbeddingBag operator (#4049)
|
2020-01-23 21:29:44 -08:00 |
|
transformer.py
|
Fix type annotations and make MyPy run on torch/ (#36584)
|
2020-04-22 14:17:08 -07:00 |
|
transformer.pyi.in
|
Add stub for transformer.py and MultiheadAttention Class. (#28396)
|
2020-01-07 09:13:36 -08:00 |
|
upsampling.py
|
Remove weak script (#22212)
|
2019-07-03 17:28:25 -07:00 |
|
upsampling.pyi.in
|
Stubs for torch.nn (#19089)
|
2019-07-01 09:50:17 -07:00 |
|
utils.py
|
Fix type annotations and make MyPy run on torch/ (#36584)
|
2020-04-22 14:17:08 -07:00 |