mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 21:14:14 +08:00
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:
committed by
Facebook GitHub Bot
parent
72e25c9f4e
commit
5347dab851
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["module: onnx"]
|
||||
|
||||
import glob
|
||||
import numpy as np
|
||||
import onnx.backend.test
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["module: onnx"]
|
||||
|
||||
import unittest
|
||||
import torch
|
||||
import torch.utils.cpp_extension
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["module: onnx"]
|
||||
|
||||
import unittest
|
||||
import onnxruntime # noqa: F401
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["module: onnx"]
|
||||
|
||||
import os
|
||||
|
||||
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["module: onnx"]
|
||||
|
||||
from test_pytorch_common import TestCase, run_tests
|
||||
|
||||
import torch
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["module: onnx"]
|
||||
|
||||
import functools
|
||||
import os
|
||||
import unittest
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["module: onnx"]
|
||||
|
||||
# Some standard imports
|
||||
import numpy as np
|
||||
from torch import nn
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["module: onnx"]
|
||||
|
||||
from typing import Tuple
|
||||
import io
|
||||
import itertools
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["module: onnx"]
|
||||
|
||||
import unittest
|
||||
import onnxruntime
|
||||
import torch
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["module: onnx"]
|
||||
|
||||
import unittest
|
||||
import onnxruntime # noqa: F401
|
||||
import torch
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["module: onnx"]
|
||||
|
||||
import unittest
|
||||
import torch
|
||||
import numpy as np
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["module: onnx"]
|
||||
|
||||
from test_pytorch_common import TestCase, run_tests
|
||||
|
||||
import torch
|
||||
|
@ -1,3 +1,5 @@
|
||||
# Owner(s): ["module: onnx"]
|
||||
|
||||
import torch
|
||||
from torch.autograd import Function
|
||||
from torch.nn import Module, Parameter
|
||||
|
Reference in New Issue
Block a user