1
- load ("//tensorflow_model_optimization:tensorflow_model_optimization.bzl" , "py_strict_library " , "py_strict_test" , "pytype_strict_library " )
1
+ load ("//tensorflow_model_optimization:tensorflow_model_optimization.bzl" , "pytype_strict_library " , "pytype_strict_test " )
2
2
3
3
package (default_visibility = ["//visibility:private" ])
4
4
@@ -16,7 +16,7 @@ pytype_strict_library(
16
16
],
17
17
)
18
18
19
- py_strict_test (
19
+ pytype_strict_test (
20
20
name = "epr_test" ,
21
21
timeout = "long" ,
22
22
srcs = ["epr_test.py" ],
@@ -46,7 +46,7 @@ pytype_strict_library(
46
46
],
47
47
)
48
48
49
- py_strict_test (
49
+ pytype_strict_test (
50
50
name = "same_training_and_inference_test" ,
51
51
timeout = "long" ,
52
52
srcs = ["same_training_and_inference_test.py" ],
@@ -72,7 +72,7 @@ pytype_strict_library(
72
72
],
73
73
)
74
74
75
- py_strict_test (
75
+ pytype_strict_test (
76
76
name = "different_training_and_inference_test" ,
77
77
timeout = "long" ,
78
78
srcs = ["different_training_and_inference_test.py" ],
@@ -98,7 +98,7 @@ pytype_strict_library(
98
98
],
99
99
)
100
100
101
- py_strict_test (
101
+ pytype_strict_test (
102
102
name = "bias_only_test" ,
103
103
timeout = "long" ,
104
104
srcs = ["bias_only_test.py" ],
@@ -113,7 +113,7 @@ py_strict_test(
113
113
],
114
114
)
115
115
116
- py_strict_library (
116
+ pytype_strict_library (
117
117
name = "weight_clustering" ,
118
118
srcs = ["weight_clustering.py" ],
119
119
srcs_version = "PY3" ,
@@ -127,7 +127,7 @@ py_strict_library(
127
127
],
128
128
)
129
129
130
- py_strict_test (
130
+ pytype_strict_test (
131
131
name = "weight_clustering_test" ,
132
132
srcs = ["weight_clustering_test.py" ],
133
133
python_version = "PY3" ,
@@ -152,7 +152,7 @@ pytype_strict_library(
152
152
],
153
153
)
154
154
155
- py_strict_test (
155
+ pytype_strict_test (
156
156
name = "periodical_update_and_scheduling_test" ,
157
157
timeout = "long" ,
158
158
srcs = ["periodical_update_and_scheduling_test.py" ],
0 commit comments