File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
tensorflow_probability/python/experimental/vi Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 17
17
from tensorflow_probability .python .experimental .vi import util
18
18
from tensorflow_probability .python .experimental .vi .automatic_structured_vi import build_asvi_surrogate_posterior
19
19
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
20
22
from tensorflow_probability .python .experimental .vi .surrogate_posteriors import build_affine_surrogate_posterior
21
23
from tensorflow_probability .python .experimental .vi .surrogate_posteriors import build_affine_surrogate_posterior_from_base_distribution
22
24
from tensorflow_probability .python .experimental .vi .surrogate_posteriors import build_factored_surrogate_posterior
29
31
'build_affine_surrogate_posterior' ,
30
32
'build_affine_surrogate_posterior_from_base_distribution' ,
31
33
'build_asvi_surrogate_posterior' ,
32
- 'builf_cf_surrogate_posterior'
34
+ 'build_cf_surrogate_posterior' ,
33
35
'build_factored_surrogate_posterior' ,
34
36
'build_split_flow_surrogate_posterior' ,
35
37
'build_trainable_location_scale_distribution' ,
36
38
'register_asvi_substitution_rule' ,
39
+ 'register_cf_substitution_rule' ,
37
40
'util' ,
38
41
]
39
42
You can’t perform that action at this time.
0 commit comments