Skip to content

Commit 8cd8e7c

Browse files
committed
fixed allowed symbols
1 parent e54c5e4 commit 8cd8e7c

File tree

1 file changed

+4
-1
lines changed
  • tensorflow_probability/python/experimental/vi

1 file changed

+4
-1
lines changed

tensorflow_probability/python/experimental/vi/__init__.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
from tensorflow_probability.python.experimental.vi import util
1818
from tensorflow_probability.python.experimental.vi.automatic_structured_vi import build_asvi_surrogate_posterior
1919
from tensorflow_probability.python.experimental.vi.automatic_structured_vi import register_asvi_substitution_rule
20+
from tensorflow_probability.python.experimental.vi.cascading_flows import build_cf_surrogate_posterior
21+
from tensorflow_probability.python.experimental.vi.cascading_flows import register_cf_substitution_rule
2022
from tensorflow_probability.python.experimental.vi.surrogate_posteriors import build_affine_surrogate_posterior
2123
from tensorflow_probability.python.experimental.vi.surrogate_posteriors import build_affine_surrogate_posterior_from_base_distribution
2224
from tensorflow_probability.python.experimental.vi.surrogate_posteriors import build_factored_surrogate_posterior
@@ -29,11 +31,12 @@
2931
'build_affine_surrogate_posterior',
3032
'build_affine_surrogate_posterior_from_base_distribution',
3133
'build_asvi_surrogate_posterior',
32-
'builf_cf_surrogate_posterior'
34+
'build_cf_surrogate_posterior',
3335
'build_factored_surrogate_posterior',
3436
'build_split_flow_surrogate_posterior',
3537
'build_trainable_location_scale_distribution',
3638
'register_asvi_substitution_rule',
39+
'register_cf_substitution_rule',
3740
'util',
3841
]
3942

0 commit comments

Comments
 (0)