Add myself on all native_functions.yaml code reviews (#54595)

Summary:
Pull Request resolved: https://github.com/pytorch/pytorch/pull/54595

Seeing a lot of misuse of DefaultBackend, want to try to
nip some of these in code review.

Signed-off-by: Edward Z. Yang <ezyang@fb.com>

Test Plan: Imported from OSS

Reviewed By: ailzhang

Differential Revision: D27301721

Pulled By: ezyang

fbshipit-source-id: 1a39426cb6cac5c7f322df6f8a69ccb463f1b258
This commit is contained in:
Edward Yang
2021-03-26 10:49:03 -07:00
committed by Facebook GitHub Bot
parent 5c6208abba
commit 70dd2a2bdd

View File

@ -13,6 +13,7 @@
/tools/autograd/ @albanD @soulitzer /tools/autograd/ @albanD @soulitzer
/torch/nn/ @albanD @jbschlosser /torch/nn/ @albanD @jbschlosser
/test/test_public_bindings.py @albanD /test/test_public_bindings.py @albanD
/aten/src/ATen/native/native_functions.yaml @ezyang
# Tensorpipe RPC Agent. # Tensorpipe RPC Agent.
/torch/csrc/distributed/rpc/tensorpipe_agent.cpp @jiayisuse @osalpekar @lw @beauby /torch/csrc/distributed/rpc/tensorpipe_agent.cpp @jiayisuse @osalpekar @lw @beauby