Skip to content

Commit

Permalink
Remove unused experimental/substrates.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 610444752
  • Loading branch information
ThomasColthurst authored and tensorflower-gardener committed Feb 26, 2024
1 parent d291dca commit a83f057
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 74 deletions.
2 changes: 0 additions & 2 deletions tensorflow_probability/python/experimental/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ multi_substrate_py_library(
"//tensorflow_probability/python/experimental/auto_batching",
"//tensorflow_probability/python/experimental/marginalize",
"//tensorflow_probability/python/experimental/nn",
"//tensorflow_probability/python/experimental/substrates",
"//tensorflow_probability/python/experimental/timeseries",
"//tensorflow_probability/python/internal:auto_composite_tensor",
"//tensorflow_probability/python/experimental/util:composite_tensor",
Expand All @@ -64,7 +63,6 @@ multi_substrate_py_library(
"//tensorflow_probability/python/experimental/sequential",
"//tensorflow_probability/python/experimental/stats",
"//tensorflow_probability/python/experimental/sts_gibbs",
"//tensorflow_probability/python/experimental/substrates",
"//tensorflow_probability/python/experimental/tangent_spaces",
"//tensorflow_probability/python/experimental/timeseries",
"//tensorflow_probability/python/experimental/util",
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/experimental/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
from tensorflow_probability.python.experimental import sequential
from tensorflow_probability.python.experimental import stats
from tensorflow_probability.python.experimental import sts_gibbs
from tensorflow_probability.python.experimental import substrates
from tensorflow_probability.python.experimental import tangent_spaces
from tensorflow_probability.python.experimental import timeseries
from tensorflow_probability.python.experimental import util
Expand Down Expand Up @@ -76,7 +75,6 @@
'sequential',
'sts_gibbs',
'stats',
'substrates',
'tangent_spaces',
'timeseries',
'unnest',
Expand Down
37 changes: 0 additions & 37 deletions tensorflow_probability/python/experimental/substrates/BUILD

This file was deleted.

33 changes: 0 additions & 33 deletions tensorflow_probability/python/experimental/substrates/__init__.py

This file was deleted.

0 comments on commit a83f057

Please sign in to comment.