Set test owners for onnx tests (#66860)

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

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

Reviewed By: malfet

Differential Revision: D31964696

Pulled By: janeyx99

fbshipit-source-id: 4e77d1bda92d9107ca0b90a06d24fa4477ceaffa
This commit is contained in:
Jane Xu
2021-10-27 12:48:15 -07:00
committed by Facebook GitHub Bot
parent 72e25c9f4e
commit 5347dab851
15 changed files with 29 additions and 0 deletions

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: onnx"]
import glob
import numpy as np
import onnx.backend.test

View File

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

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: onnx"]
from torchvision.models.alexnet import alexnet
from torchvision.models.inception import inception_v3
from torchvision.models.densenet import densenet121

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: onnx"]
import unittest
import onnxruntime # noqa: F401

View File

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

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: onnx"]
from test_pytorch_common import TestCase, run_tests
import torch

View File

@ -1,3 +1,4 @@
# Owner(s): ["module: onnx"]
from test_pytorch_common import TestCase, run_tests, flatten, skipIfNoLapack, \
BATCH_SIZE, RNN_SEQUENCE_LENGTH, RNN_INPUT_SIZE, RNN_HIDDEN_SIZE

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: onnx"]
import functools
import os
import unittest

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: onnx"]
# Some standard imports
import numpy as np
from torch import nn

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: onnx"]
from typing import Tuple
import io
import itertools

View File

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

View File

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

View File

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

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: onnx"]
from test_pytorch_common import TestCase, run_tests
import torch

View File

@ -1,3 +1,5 @@
# Owner(s): ["module: onnx"]
import torch
from torch.autograd import Function
from torch.nn import Module, Parameter