pytorch/torch/nn
Michael Gschwind 8430430e94 Handle trailing masked column behavior for nested tensor (#100113)
Summary:
Handle trailing masked column behavior for nested tensor by padding during to_padded, to original tensor size

https://github.com/pytorch/pytorch/issues/97111

Test Plan: sandcastle & github

Differential Revision: D45167874

Pull Request resolved: https://github.com/pytorch/pytorch/pull/100113
Approved by: https://github.com/bertmaher, https://github.com/cpuhrsch, https://github.com/drisspg
2023-05-03 00:30:17 +00:00
..
backends DOC: Various typo fixes (#97095) 2023-03-20 20:46:04 +00:00
intrinsic ao migration: fix broken import, try 2 (#94458) 2023-02-09 22:20:01 +00:00
modules Handle trailing masked column behavior for nested tensor (#100113) 2023-05-03 00:30:17 +00:00
parallel [DDP] Perform input casting in pre forward (#100131) 2023-04-27 17:34:46 +00:00
qat
quantizable
quantized
utils fix conv+bn folding issue for mixed dtype (#99696) 2023-04-23 05:13:40 +00:00
__init__.py
_reduction.py
common_types.py
cpp.py [BE] [2/3] Rewrite super() calls in functorch and torch (#94588) 2023-02-10 21:16:33 +00:00
functional.py [docs] nn.functional.embedding: Note expected discrepancy between numerical and analytical gradients (#99181) 2023-04-22 02:30:53 +00:00
functional.pyi.in [3/3] Update .pyi Python stub files and enable 'UFMT' linter (#95268) 2023-03-01 23:50:56 +00:00
grad.py Enable xdoctest runner in CI for real this time (#83816) 2022-12-29 05:32:42 +00:00
init.py DOC: Various typo fixes (#97095) 2023-03-20 20:46:04 +00:00
parameter.py Update docs that Parameters are immune to no_grad mode (#95232) 2023-02-23 23:33:19 +00:00
parameter.pyi [3/3] Update .pyi Python stub files and enable 'UFMT' linter (#95268) 2023-03-01 23:50:56 +00:00