@@ -31,7 +31,6 @@ py_library(
31
31
srcs_version = "PY3" ,
32
32
deps = [
33
33
":automatic_structured_vi" ,
34
- ":cascading_flows" ,
35
34
":surrogate_posteriors" ,
36
35
"//tensorflow_probability/python/experimental/vi/util" ,
37
36
"//tensorflow_probability/python/internal:all_util" ,
@@ -68,36 +67,6 @@ py_library(
68
67
],
69
68
)
70
69
71
- py_library (
72
- name = "cascading_flows" ,
73
- srcs = ["cascading_flows.py.py" ],
74
- srcs_version = "PY3" ,
75
- deps = [
76
- # tensorflow dep,
77
- "//tensorflow_probability/python/bijectors:build_highway_flow_layer" ,
78
- "//tensorflow_probability/python/bijectors:chain" ,
79
- "//tensorflow_probability/python/bijectors:reshape" ,
80
- "//tensorflow_probability/python/bijectors:scale" ,
81
- "//tensorflow_probability/python/bijectors:shift" ,
82
- "//tensorflow_probability/python/bijectors:split" ,
83
- "//tensorflow_probability/python/distributions:batch_broadcast" ,
84
- "//tensorflow_probability/python/distributions:beta" ,
85
- "//tensorflow_probability/python/distributions:blockwise" ,
86
- "//tensorflow_probability/python/distributions:chi2" ,
87
- "//tensorflow_probability/python/distributions:exponential" ,
88
- "//tensorflow_probability/python/distributions:gamma" ,
89
- "//tensorflow_probability/python/distributions:half_normal" ,
90
- "//tensorflow_probability/python/distributions:joint_distribution_auto_batched" ,
91
- "//tensorflow_probability/python/distributions:joint_distribution_coroutine" ,
92
- "//tensorflow_probability/python/distributions:normal" ,
93
- "//tensorflow_probability/python/distributions:sample" ,
94
- "//tensorflow_probability/python/distributions:transformed_distribution" ,
95
- "//tensorflow_probability/python/distributions:truncated_normal" ,
96
- "//tensorflow_probability/python/distributions:uniform" ,
97
- "//tensorflow_probability/python/internal:samplers" ,
98
- ],
99
- )
100
-
101
70
py_library (
102
71
name = "surrogate_posteriors" ,
103
72
srcs = ["surrogate_posteriors.py" ],
@@ -142,22 +111,6 @@ py_test(
142
111
],
143
112
)
144
113
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
-
161
114
py_test (
162
115
name = "surrogate_posteriors_test" ,
163
116
size = "large" ,
0 commit comments