mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
[testing] Add test owner labels for some ao sparse tests (#163203)
I am trying to give some test files better owner labels than `module: unknown`. I am not sure them, but they seem pretty reasonable Pull Request resolved: https://github.com/pytorch/pytorch/pull/163203 Approved by: https://github.com/jcaip
This commit is contained in:
committed by
PyTorch MergeBot
parent
3c8b90542c
commit
4908fb53c3
@ -1,4 +1,4 @@
|
|||||||
# Owner(s): ["module: unknown"]
|
# Owner(s): ["module: sparse"]
|
||||||
|
|
||||||
import copy
|
import copy
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Owner(s): ["module: unknown"]
|
# Owner(s): ["module: sparse"]
|
||||||
|
|
||||||
|
|
||||||
import torch
|
import torch
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Owner(s): ["module: unknown"]
|
# Owner(s): ["module: sparse"]
|
||||||
|
|
||||||
import copy
|
import copy
|
||||||
import warnings
|
import warnings
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Owner(s): ["module: unknown"]
|
# Owner(s): ["module: sparse"]
|
||||||
|
|
||||||
import copy
|
import copy
|
||||||
import itertools
|
import itertools
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Owner(s): ["module: unknown"]
|
# Owner(s): ["module: sparse"]
|
||||||
|
|
||||||
import copy
|
import copy
|
||||||
import io
|
import io
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Owner(s): ["module: unknown"]
|
# Owner(s): ["module: sparse"]
|
||||||
|
|
||||||
|
|
||||||
import torch
|
import torch
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Owner(s): ["module: unknown"]
|
# Owner(s): ["module: sparse"]
|
||||||
|
|
||||||
import warnings
|
import warnings
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Owner(s): ["module: unknown"]
|
# Owner(s): ["module: sparse"]
|
||||||
|
|
||||||
import itertools
|
import itertools
|
||||||
import re
|
import re
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Owner(s): ["module: unknown"]
|
# Owner(s): ["module: sparse"]
|
||||||
|
|
||||||
|
|
||||||
import logging
|
import logging
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Owner(s): ["module: unknown"]
|
# Owner(s): ["module: sparse"]
|
||||||
import copy
|
import copy
|
||||||
import random
|
import random
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
# Owner(s): ["module: unknown"]
|
# Owner(s): ["module: sparse"]
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
# Kernels
|
# Kernels
|
||||||
|
Reference in New Issue
Block a user