Skip to content

Commit

Permalink
Remove VectorLaplaceLinearOperator
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 292589338
  • Loading branch information
jburnim authored and tensorflower-gardener committed Jan 31, 2020
1 parent 4eee4bd commit 53b09ef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 315 deletions.
17 changes: 0 additions & 17 deletions tensorflow_probability/python/distributions/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -1452,22 +1452,6 @@ multi_substrate_py_library(
],
)

multi_substrate_py_library(
name = "vector_laplace_linear_operator",
srcs = ["vector_laplace_linear_operator.py"],
deps = [
":laplace",
":transformed_distribution",
# numpy dep,
# tensorflow dep,
"//tensorflow_probability/python/bijectors:affine_linear_operator",
"//tensorflow_probability/python/bijectors:identity",
"//tensorflow_probability/python/internal:distribution_util",
"//tensorflow_probability/python/internal:dtype_util",
"//tensorflow_probability/python/internal:tensorshape_util",
],
)

multi_substrate_py_library(
name = "von_mises",
srcs = ["von_mises.py"],
Expand Down Expand Up @@ -2849,7 +2833,6 @@ exports_files(
"vector_exponential_diag.py",
"vector_exponential_linear_operator.py",
"vector_laplace_diag.py",
"vector_laplace_linear_operator.py",
"vector_sinh_arcsinh_diag.py",
"von_mises.py",
"von_mises_fisher.py",
Expand Down

This file was deleted.

0 comments on commit 53b09ef

Please sign in to comment.