File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed
tensorflow_probability/python/experimental/vi Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,6 @@ py_library(
74
74
srcs_version = "PY3" ,
75
75
deps = [
76
76
# tensorflow dep,
77
-
78
77
"//tensorflow_probability/python/bijectors:build_highway_flow_layer" ,
79
78
"//tensorflow_probability/python/bijectors:chain" ,
80
79
"//tensorflow_probability/python/bijectors:reshape" ,
@@ -143,6 +142,22 @@ py_test(
143
142
],
144
143
)
145
144
145
+ py_test (
146
+ name = "cascading_flows_test" ,
147
+ size = "large" ,
148
+ srcs = ["cascading_flows_test.py" ],
149
+ python_version = "PY3" ,
150
+ shard_count = 4 ,
151
+ srcs_version = "PY3" ,
152
+ deps = [
153
+ # absl/testing:parameterized dep,
154
+ # numpy dep,
155
+ # tensorflow dep,
156
+ "//tensorflow_probability" ,
157
+ "//tensorflow_probability/python/internal:test_util" ,
158
+ ],
159
+ )
160
+
146
161
py_test (
147
162
name = "surrogate_posteriors_test" ,
148
163
size = "large" ,
You can’t perform that action at this time.
0 commit comments