Update CODEOWNERS for torch data (#97797)

Pull Request resolved: https://github.com/pytorch/pytorch/pull/97797
Approved by: https://github.com/NivekT
This commit is contained in:
albanD
2023-03-28 20:15:12 +00:00
committed by PyTorch MergeBot
parent fee1407c8d
commit ae3316c16e

View File

@ -117,3 +117,6 @@ torch/profiler/ @robieta
# AOTDispatch tests
test/functorch/test_aotdispatch.py @ezyang @Chillee
# Dataloader
torch/utils/data/ @NivekT @ejguan