Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 703178387
  • Loading branch information
Googler authored and tensorflower-gardener committed Dec 5, 2024
1 parent bc963a3 commit 95b2252
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

import functools

# Dependency imports

from absl.testing import parameterized
import numpy as np
import tensorflow.compat.v1 as tf1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"""Tests for PSD kernel linop."""


# Dependency imports

from absl.testing import parameterized
import numpy as np
import tensorflow.compat.v2 as tf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"""Tests for Unitary linop."""


# Dependency imports

import tensorflow.compat.v2 as tf

from tensorflow_probability.python.experimental.linalg import linear_operator_unitary
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

import functools
import math
# Dependency imports

import numpy as np
import tensorflow.compat.v2 as tf
from tensorflow_probability.python.internal import dtype_util
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for Sample Stats Ops."""

# Dependency imports

from absl.testing import parameterized

import numpy as np
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for structured surrogate posteriors."""

# Dependency imports

from absl.testing import parameterized
import tensorflow.compat.v1 as tf1
import tensorflow.compat.v2 as tf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for surrogate posteriors."""

# Dependency imports

from absl.testing import parameterized
import numpy as np
import tensorflow.compat.v1 as tf1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
import inspect
import re

# Dependency imports

from absl import app
from absl import flags

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
import importlib
import inspect

# Dependency imports

from absl import app
from absl import flags

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

import warnings

# Dependency imports
import numpy as np
import tensorflow.compat.v2 as tf

Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/mcmc/internal/util_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
import collections
import warnings

# Dependency imports

from absl.testing import parameterized
import numpy as np
import tensorflow.compat.v2 as tf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"""Utilities for time series with missing values."""
import collections

# Dependency imports
import numpy as np
import tensorflow.compat.v2 as tf

Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/sts/internal/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
# limitations under the License.
# ============================================================================
"""Structural Time Series utilities."""
# Dependency imports
import numpy as np

import tensorflow.compat.v1 as tf1
Expand Down

0 comments on commit 95b2252

Please sign in to comment.