mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
[skip ci] Set test owners for everything considered with module: tests (#66865)
Summary: Action following https://github.com/pytorch/pytorch/issues/66232 cc mruberry Pull Request resolved: https://github.com/pytorch/pytorch/pull/66865 Reviewed By: anjali411 Differential Revision: D31771147 Pulled By: janeyx99 fbshipit-source-id: 8bebe5ac2098364ef1ee93b590abb5f4455b0f89
This commit is contained in:
committed by
Facebook GitHub Bot
parent
94f4b22df9
commit
8a65047acc
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["module: tests"]
|
||||
|
||||
import torch
|
||||
import numpy as np
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["module: tests"]
|
||||
|
||||
import torch
|
||||
from torch import tensor
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["module: tests"]
|
||||
|
||||
import torch
|
||||
import numpy as np
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["module: tests"]
|
||||
|
||||
import torch
|
||||
import numpy as np
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["module: tests"]
|
||||
|
||||
import torch
|
||||
import numpy as np
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["module: tests"]
|
||||
|
||||
import collections
|
||||
import doctest
|
||||
import functools
|
||||
|
@ -1,4 +1,6 @@
|
||||
# -*- coding: utf-8 -*-
|
||||
# Owner(s): ["module: tests"]
|
||||
|
||||
import torch
|
||||
import torch.utils.data
|
||||
import numpy as np
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["module: tests"]
|
||||
|
||||
import torch
|
||||
import numpy as np
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["module: tests"]
|
||||
|
||||
import torch
|
||||
import numpy as np
|
||||
|
||||
|
Reference in New Issue
Block a user