File tree Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Expand file tree Collapse file tree 2 files changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ test_suite(
3
3
tests = [
4
4
"//tests/core/conversion:conversion_tests" ,
5
5
"//tests/core/lowering:lowering_tests" ,
6
- "//tests/core/partitioning:: partitioning_tests"
6
+ "//tests/core/partitioning:partitioning_tests"
7
7
],
8
8
)
Original file line number Diff line number Diff line change @@ -7,12 +7,6 @@ config_setting(
7
7
}
8
8
)
9
9
10
- filegroup (
11
- name = "jit_models" ,
12
- srcs = ["//tests/modules:resnet50_traced.jit.pt" ,
13
- "//tests/modules:mobilenet_v2_traced.jit.pt" ]
14
- )
15
-
16
10
partitioning_test (
17
11
name = "test_segmentation" ,
18
12
)
@@ -41,12 +35,12 @@ cc_test(
41
35
"//conditions:default" : ["@libtorch//:libtorch" ],
42
36
}),
43
37
data = [
44
- ":jit_models"
38
+ "//tests/modules :jit_models"
45
39
]
46
40
)
47
41
48
42
test_suite (
49
- name = "partitioning_test " ,
43
+ name = "partitioning_tests " ,
50
44
tests = [
51
45
":test_segmentation" ,
52
46
":test_shape_analysis" ,
You can’t perform that action at this time.
0 commit comments