Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 696812161
  • Loading branch information
Googler authored and tensorflower-gardener committed Nov 15, 2024
1 parent a9fad7b commit e77ee0d
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import collections
import functools
# Dependency imports
import numpy as np

from tensorflow_probability.python.internal.backend.numpy import _utils as utils
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import collections

# Dependency imports
import numpy as np

from tensorflow_probability.python.internal.backend.numpy import _utils as utils
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/internal/backend/numpy/nn.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import collections

# Dependency imports
import numpy as np

from tensorflow_probability.python.internal.backend.numpy import _utils as utils
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"""Numpy implementations of TensorFlow general top-level functions."""

import functools
# Dependency imports
import numpy as np
import numpy as onp # pylint: disable=reimported

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

import functools

# Dependency imports

from absl import flags
from absl import logging
from absl.testing import parameterized
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import contextlib
import functools

# Dependency imports
import numpy as np
import numpy as onp # Avoid JAX rewrite. # pylint: disable=reimported
import six
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import collections

# Dependency imports
import numpy as np
import numpy as onp # Disable JAX rewrite. # pylint: disable=reimported

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Numpy implementations of sets functions."""

# Dependency imports
import numpy as np

from tensorflow_probability.python.internal.backend.numpy import _utils as utils
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for `internal.backend.numpy.TensorArray`."""

# Dependency imports

import numpy as np # Rewritten by script to import jax.numpy

from tensorflow_probability.python.internal.backend import numpy as nptf
Expand Down

0 comments on commit e77ee0d

Please sign in to comment.