mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
Fix unbind_copy and add its decomposition (#134319)
* Fixes https://github.com/pytorch/pytorch/issues/130829 Pull Request resolved: https://github.com/pytorch/pytorch/pull/134319 Approved by: https://github.com/amjames, https://github.com/eellison
This commit is contained in:
committed by
PyTorch MergeBot
parent
69ba89da11
commit
9f81270d75
@ -240,6 +240,7 @@ GRADIENT_IMPLEMENTED_FOR_COMPLEX = {
|
||||
"slice",
|
||||
"constant_pad_nd",
|
||||
"unbind",
|
||||
"unbind_copy",
|
||||
"split",
|
||||
"split_with_sizes",
|
||||
"unsafe_split",
|
||||
|
Reference in New Issue
Block a user