mirror of
https://github.com/zebrajr/pytorch.git
synced 2025-12-07 12:21:27 +01:00
Summary: cuDNN versions of dropout and LRN (for native fp16 support), port of Caffe's max pooling algo that uses an explicit mask to store locations (also supports fp16 storage) Closes https://github.com/caffe2/caffe2/pull/396 Reviewed By: akyrola Differential Revision: D4990880 Pulled By: asaadaldien fbshipit-source-id: a716acffb656843e9b31e3e6808bd2d8aa959d03 |
||
|---|---|---|
| .. | ||
| algebra.py | ||
| arg_scope.py | ||
| array_helpers.py | ||
| conv.py | ||
| dropout.py | ||
| fc.py | ||
| nonlinearity.py | ||
| normalization.py | ||
| pooling.py | ||
| tools.py | ||
| train.py | ||