Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702409596
  • Loading branch information
Googler authored and tensorflower-gardener committed Dec 3, 2024
1 parent 29f1803 commit 603a35b
Show file tree
Hide file tree
Showing 16 changed files with 0 additions and 18 deletions.
1 change: 0 additions & 1 deletion tensorflow_probability/python/math/bessel.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Implements bessel functions in TensorFlow."""

# Dependency imports
import numpy as np
import tensorflow.compat.v2 as tf
from tensorflow_probability.python.internal import custom_gradient as tfp_custom_gradient
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/math/custom_gradient_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Tests for Custom Gradient."""

# Dependency imports
import numpy as np

import tensorflow.compat.v2 as tf
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/math/diag_jacobian_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for Jacobian computation."""

# Dependency imports

import numpy as np
import tensorflow.compat.v2 as tf
from tensorflow_probability.python.distributions import mvn_tril
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/math/generic_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import itertools
import os

# Dependency imports
from absl.testing import parameterized
import numpy as np
from scipy import special as sp_special
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/math/gradient_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Tests for Gradient."""

# Dependency imports
import numpy as np

import tensorflow.compat.v2 as tf
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/math/gram_schmidt_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ============================================================================
# Dependency imports
import numpy as np
import scipy.linalg as scipy_linalg

Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/math/hypergeometric.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import functools

# Dependency imports
import numpy as np
import tensorflow.compat.v2 as tf
from tensorflow_probability.python.internal import dtype_util
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/math/integration.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Integration Ops."""

# Dependency imports

import tensorflow.compat.v2 as tf

from tensorflow_probability.python.internal import dtype_util
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/math/interpolation.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import itertools

# Dependency imports
import numpy as np

import tensorflow.compat.v2 as tf
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/math/interpolation_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ============================================================================
# Dependency imports
import numpy as np
from scipy import interpolate as scipy_interpolate

Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/math/linalg_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import functools

# Dependency imports
from absl.testing import parameterized
import hypothesis as hp
from hypothesis import strategies as hps
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/math/minimize_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"""Tests for minimization utils."""

import collections
# Dependency imports
import numpy as np

import tensorflow.compat.v1 as tf1
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/math/numeric_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Tests for tensorflow_probability.python.math.numeric."""

# Dependency imports
from absl.testing import parameterized
import numpy as np

Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/math/root_search_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Tests for root finding functions."""

# Dependency imports
import numpy as np
import scipy.optimize as optimize

Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/math/sparse_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Tests for sparse ops."""

# Dependency imports
import numpy as np

import tensorflow.compat.v1 as tf1
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/math/special.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import functools

# Dependency imports
import numpy as np
import tensorflow.compat.v2 as tf
from tensorflow_probability.python.internal import custom_gradient as tfp_custom_gradient
Expand Down

0 comments on commit 603a35b

Please sign in to comment.