Set test owners for tests with unknown owners (#67552)

Summary:
Action following https://github.com/pytorch/pytorch/issues/66232

Pull Request resolved: https://github.com/pytorch/pytorch/pull/67552

Reviewed By: jbschlosser

Differential Revision: D32028248

Pulled By: janeyx99

fbshipit-source-id: a006f7026288b7126dba58b31cac28e10ce0fed6
This commit is contained in:
Jane Xu
2021-10-29 12:40:39 -07:00
committed by Facebook GitHub Bot
parent c19cda5782
commit 6259601c8a
33 changed files with 62 additions and 0 deletions

View File

@ -1,4 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Owner(s): ["module: unknown"]
from torch.testing._internal.common_utils import run_tests from torch.testing._internal.common_utils import run_tests
import copy import copy

View File

@ -1,4 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Owner(s): ["module: unknown"]
import logging import logging

View File

@ -1,4 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Owner(s): ["module: unknown"]
import logging import logging

View File

@ -1,4 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Owner(s): ["module: unknown"]
from torch import nn from torch import nn
from torch.ao.sparsity import WeightNormSparsifier from torch.ao.sparsity import WeightNormSparsifier
from torch.ao.sparsity import BaseScheduler, LambdaSL from torch.ao.sparsity import BaseScheduler, LambdaSL

View File

@ -1,4 +1,5 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Owner(s): ["module: unknown"]
import itertools import itertools
import logging import logging

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: unknown"]
import torch import torch
x = torch.ones((3, 3), requires_grad=True) x = torch.ones((3, 3), requires_grad=True)

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: unknown"]
import argparse import argparse
import torch import torch

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: unknown"]
import torch import torch
import torch.nn as nn import torch.nn as nn

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: unknown"]
import os import os
import tempfile import tempfile
import torch import torch

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: unknown"]
import unittest import unittest
import torch import torch
from torch import ops from torch import ops

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: unknown"]
import os.path import os.path
import tempfile import tempfile

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: unknown"]
import numpy as np import numpy as np
import unittest import unittest
import torch.onnx import torch.onnx

View File

@ -1,4 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# Owner(s): ["module: unknown"]
from torch.testing._internal.common_utils import run_tests from torch.testing._internal.common_utils import run_tests

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: unknown"]
import collections import collections
import torch import torch
from torch.testing._internal.common_utils import TestCase, run_tests from torch.testing._internal.common_utils import TestCase, run_tests

View File

@ -1,3 +1,4 @@
# Owner(s): ["module: unknown"]
import torch import torch
from torch.testing._internal.common_utils import TestCase, run_tests from torch.testing._internal.common_utils import TestCase, run_tests

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: unknown"]
import threading import threading
import time import time
import torch import torch

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: unknown"]
from torch.testing._internal.common_utils import TestCase, run_tests from torch.testing._internal.common_utils import TestCase, run_tests
from torch.testing._internal.check_kernel_launches import ( from torch.testing._internal.check_kernel_launches import (
check_cuda_kernel_launches, check_code_for_cuda_kernel_launches check_cuda_kernel_launches, check_code_for_cuda_kernel_launches

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: unknown"]
import glob import glob
import io import io
import os import os

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: unknown"]
import torch import torch
from torch.testing._internal.common_utils import TestCase, run_tests from torch.testing._internal.common_utils import TestCase, run_tests

View File

@ -1,4 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# Owner(s): ["module: unknown"]
import sys import sys
import os import os
import io import io

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: unknown"]
import os import os
import re import re
import yaml import yaml

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: unknown"]
from typing import Optional, List from typing import Optional, List
import torch import torch
from torch.testing._internal.common_utils import TestCase, run_tests from torch.testing._internal.common_utils import TestCase, run_tests

View File

@ -1,4 +1,6 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
# Owner(s): ["module: unknown"]
import os import os
import ctypes import ctypes
import torch import torch

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: unknown"]
import unittest import unittest
import torch.testing._internal.common_utils as common import torch.testing._internal.common_utils as common

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: unknown"]
import collections import collections
import unittest import unittest

View File

@ -1,3 +1,4 @@
# Owner(s): ["module: unknown"]
import hypothesis.strategies as st import hypothesis.strategies as st
from hypothesis import given from hypothesis import given

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: unknown"]
from itertools import product from itertools import product
import numpy as np import numpy as np

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: unknown"]
import torch import torch
from torch.testing._internal.common_utils import TestCase, run_tests from torch.testing._internal.common_utils import TestCase, run_tests

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: unknown"]
import unittest import unittest
import io import io
import tempfile import tempfile

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: unknown"]
import unittest import unittest
from typing import Dict, Optional from typing import Dict, Optional

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: unknown"]
import io import io
import numpy as np import numpy as np
import os import os

View File

@ -1,3 +1,4 @@
# Owner(s): ["module: unknown"]
import torch import torch
from torch.utils import ThroughputBenchmark from torch.utils import ThroughputBenchmark

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: unknown"]
import unittest import unittest
import torch import torch