File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
- def partitioning_test (name , visibility = None ):
2
- native .cc_test (
3
- name = name ,
4
- srcs = [name + ".cpp" ],
5
- visibility = visibility ,
6
- deps = [
7
- "//tests/util" ,
8
- "@googletest//:gtest_main" ,
9
- ] + select ({
10
- ":use_pre_cxx11_abi" : ["@libtorch_pre_cxx11_abi//:libtorch" ],
11
- "//conditions:default" : ["@libtorch//:libtorch" ],
12
- }),
13
- timeout = "short"
14
- )
1
+ def partitioning_test (name , visibility = None ):
2
+ native .cc_test (
3
+ name = name ,
4
+ srcs = [name + ".cpp" ],
5
+ visibility = visibility ,
6
+ deps = [
7
+ "//tests/util" ,
8
+ "@googletest//:gtest_main" ,
9
+ ] + select ({
10
+ ":use_pre_cxx11_abi" : ["@libtorch_pre_cxx11_abi//:libtorch" ],
11
+ "//conditions:default" : ["@libtorch//:libtorch" ],
12
+ }),
13
+ timeout = "short" ,
14
+ )
You can’t perform that action at this time.
0 commit comments