Skip to content

Commit

Permalink
SMC2
Browse files Browse the repository at this point in the history
  • Loading branch information
aleslamitz committed Dec 10, 2023
1 parent fbc5ebe commit 331d2bf
Show file tree
Hide file tree
Showing 11 changed files with 1,955 additions and 134 deletions.
8 changes: 6 additions & 2 deletions tensorflow_probability/python/experimental/mcmc/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
# //tensorflow_probability/python/internal/auto_batching
# internally.

# Placeholder: py_library
# Placeholder: py_test
load(
"//tensorflow_probability/python:build_defs.bzl",
"multi_substrate_py_library",
Expand Down Expand Up @@ -548,6 +546,9 @@ multi_substrate_py_library(
"//tensorflow_probability/python/internal:prefer_static",
"//tensorflow_probability/python/internal:tensor_util",
"//tensorflow_probability/python/internal:tensorshape_util",
"//tensorflow_probability/python/distributions:batch_reshape",
"//tensorflow_probability/python/distributions:batch_broadcast",
"//tensorflow_probability/python/distributions:independent"
],
)

Expand All @@ -574,6 +575,8 @@ multi_substrate_py_test(
"//tensorflow_probability/python/distributions:sample",
"//tensorflow_probability/python/distributions:transformed_distribution",
"//tensorflow_probability/python/distributions:uniform",
"//tensorflow_probability/python/distributions:categorical",
"//tensorflow_probability/python/distributions:hidden_markov_model",
"//tensorflow_probability/python/internal:test_util",
"//tensorflow_probability/python/math:gradient",
# "//third_party/tensorflow/compiler/jit:xla_cpu_jit", # DisableOnExport
Expand Down Expand Up @@ -652,6 +655,7 @@ multi_substrate_py_test(
"//tensorflow_probability/python/distributions:mvn_diag",
"//tensorflow_probability/python/distributions:normal",
"//tensorflow_probability/python/distributions:sample",
"//tensorflow_probability/python/experimental/mcmc:sequential_monte_carlo_kernel",
"//tensorflow_probability/python/distributions:uniform",
"//tensorflow_probability/python/distributions/internal:statistical_testing",
"//tensorflow_probability/python/internal:test_util",
Expand Down
Loading

0 comments on commit 331d2bf

Please sign in to comment.