Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 696486452
  • Loading branch information
Googler authored and tensorflower-gardener committed Nov 14, 2024
1 parent 5fa62e1 commit 4c10aa4
Show file tree
Hide file tree
Showing 19 changed files with 0 additions and 29 deletions.
1 change: 0 additions & 1 deletion discussion/neutra/neutra_kernel_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Tests NeuTra."""

# Dependency imports
from absl.testing import parameterized

import tensorflow.compat.v1 as tf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

import functools

# Dependency imports

from absl import logging
from absl.testing import parameterized
import numpy as np
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import collections

# Dependency imports
from absl.testing import parameterized

import tensorflow.compat.v2 as tf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
import pprint
import time

# Dependency imports

import tensorflow.compat.v2 as tf

RUNTIME_EAGER = 'eager'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Distributions for distributed computations."""

# Dependency imports

import tensorflow.compat.v2 as tf

from tensorflow_probability.python.distributions import distribution as distribution_lib
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@
import functools
import itertools

# Dependency imports

import numpy as np
import tensorflow.compat.v2 as tf
from tensorflow_probability.python.distributions import bernoulli
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import collections

# Dependency imports
import tensorflow.compat.v2 as tf
from tensorflow_probability.python.experimental.mcmc import reducer
from tensorflow_probability.python.mcmc import kernel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for batched convolutions."""

# 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 kernel_bias."""

# Dependency imports

from tensorflow_probability.python.experimental.nn.util import kernel_bias
from tensorflow_probability.python.internal import test_util

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"""Tests for the Ensemble Adjustment Kalman Filter."""


# Dependency imports

import tensorflow.compat.v2 as tf

from tensorflow_probability.python.distributions import joint_distribution_named as jdn
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import collections

# 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 @@ -16,7 +16,6 @@

import functools

# Dependency imports
import tensorflow.compat.v2 as tf

from tensorflow_probability.python.internal import docstring_util
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/internal/backend/jax/rewrite.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Rewrite script for NP->JAX."""

# Dependency imports

from absl import app
from absl import flags

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
import gc
import operator

# Dependency imports

from absl.testing import parameterized
import numpy as np
import tensorflow.compat.v1 as tf1
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/math/ode/xla_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""XLA tests for TensorFlow Probability ODE solvers."""

# Dependency imports
from absl import flags
from absl.testing import parameterized
import numpy as np
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Tests for Positive-Semidefinite Kernels utilities."""

# Dependency imports
from absl.testing import parameterized
import numpy as np
import tensorflow.compat.v1 as tf1
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/monte_carlo/expectation_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for Monte Carlo Ops."""

# Dependency imports

import tensorflow.compat.v2 as tf
from tensorflow_probability.python.distributions import bernoulli
from tensorflow_probability.python.distributions import joint_distribution_named as jdn
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/random/random_ops_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Tests for generating random samples."""

# Dependency imports
import numpy as np

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

import collections

# Dependency imports
from absl import app
from absl import flags

Expand Down

0 comments on commit 4c10aa4

Please sign in to comment.