mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-28 18:54:57 +08:00
functionalization: add support for zero_()
Pull Request resolved: https://github.com/pytorch/pytorch/pull/75913 Approved by: https://github.com/albanD
This commit is contained in:
committed by
PyTorch MergeBot
parent
c8fd1bbc11
commit
7d44b3675b
@ -151,6 +151,7 @@ _SKIP_PYTHON_BINDINGS = [
|
||||
"_has_same_storage_numel", # used for forward AD internals
|
||||
"_reshape_alias",
|
||||
"replace_", # only used by the functionalization pass, doesn't need to be exposed to python
|
||||
"zero", # only used by the functionalization pass, doesn't need to be exposed to python
|
||||
]
|
||||
|
||||
SKIP_PYTHON_BINDINGS = list(
|
||||
|
||||
Reference in New Issue
Block a user