Add Python to CompositeImplicitAutograd (#82333)

Signed-off-by: Edward Z. Yang <ezyangfb.com>
Pull Request resolved: https://github.com/pytorch/pytorch/pull/82333
Approved by: https://github.com/zou3519
This commit is contained in:
Edward Z. Yang
2022-07-28 07:10:15 -07:00
committed by PyTorch MergeBot
parent 9943ca3ce6
commit 1a20c69385
3 changed files with 44 additions and 61 deletions

View File

@ -279,6 +279,8 @@ CROSS_REF_EXCLUDE_SET = {
# CompositeAutogradImplicit
# See https://github.com/pytorch/pytorch/issues/81669
(None, None, "nn.functional.relu6"),
(None, None, "nn.functional.mish"),
(None, None, "nn.functional.silu"),
}