Skip to content

Commit

Permalink
Internal change.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 586165954
  • Loading branch information
emilyfertig authored and tensorflower-gardener committed Nov 29, 2023
1 parent 348f038 commit 162fd9c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions tensorflow_probability/substrates/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ py_library(
tags = ["alt_dep=//tensorflow_probability:jax"],
deps = [
# "//tensorflow_probability/google:google.jax", # DisableOnExport
# "//tensorflow_probability/google/autosts:autosts.jax", # DisableOnExport
# "//tensorflow_probability/google/staging:staging.jax", # DisableOnExport
# "//tensorflow_probability/google/tfp_google:tfp_google.jax", # DisableOnExport
"//tensorflow_probability/python:version",
Expand Down
1 change: 1 addition & 0 deletions tensorflow_probability/substrates/jax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ def _ensure_jax_install(): # pylint: disable=g-statement-before-imports
del _ensure_jax_install # Cleanup symbol to avoid polluting namespace.

from tensorflow_probability.python.version import __version__
# from tensorflow_probability.substrates.jax.google import autosts # DisableOnExport # pylint:disable=line-too-long
# from tensorflow_probability.substrates.jax.google import staging # DisableOnExport # pylint:disable=line-too-long
from tensorflow_probability.substrates.jax import bijectors
from tensorflow_probability.substrates.jax import distributions
Expand Down
4 changes: 2 additions & 2 deletions tensorflow_probability/substrates/meta/rewrite.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@
('auto_batching', 'composite_tensor', 'linalg',
'marginalize', 'nn', 'sequential', 'substrates'),
}
LIBS = ('bijectors', 'distributions', 'experimental', 'glm', 'math', 'mcmc',
'monte_carlo', 'optimizer', 'random', 'staging', 'stats', 'sts',
LIBS = ('autosts', 'bijectors', 'distributions', 'experimental', 'glm', 'math',
'mcmc', 'monte_carlo', 'optimizer', 'random', 'staging', 'stats', 'sts',
'tfp_google', 'util', 'vi')
DISTRIBUTION_INTERNALS = ('stochastic_process_util',)
INTERNALS = ('assert_util', 'auto_composite_tensor',
Expand Down

0 comments on commit 162fd9c

Please sign in to comment.