Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 696812241
  • Loading branch information
Googler authored and tensorflower-gardener committed Nov 15, 2024
1 parent e77ee0d commit fbbbccc
Show file tree
Hide file tree
Showing 18 changed files with 0 additions and 28 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests of the allocation strategy optimization pass."""

# Dependency imports

from tensorflow_probability.python.experimental.auto_batching import allocation_strategy
from tensorflow_probability.python.experimental.auto_batching import instructions as inst
from tensorflow_probability.python.experimental.auto_batching import test_programs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
import contextlib
import inspect

# Dependency imports

from tensorflow_probability.python.experimental.auto_batching import instructions as inst

__all__ = [
Expand Down
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 tensorflow.compat.v2 as tf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

import collections

# Dependency imports
from absl import logging
import numpy as np

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import inspect
import textwrap

# Dependency imports
from absl import logging
import numpy as np
import six
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests of the instruction language (and definitional interpreter)."""

# Dependency imports

from tensorflow_probability.python.experimental.auto_batching import instructions
from tensorflow_probability.python.experimental.auto_batching import test_programs
from tensorflow_probability.python.internal import test_util as tfp_test_util
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests of the FunctionCallOp lowering compilation pass."""

# Dependency imports

from tensorflow_probability.python.experimental.auto_batching import allocation_strategy
from tensorflow_probability.python.experimental.auto_batching import lowering
from tensorflow_probability.python.experimental.auto_batching import numpy_backend
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

import collections

# Dependency imports
import numpy as np

from tensorflow_probability.python.experimental.auto_batching import instructions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Tests for implementations of batched variables."""

# Dependency imports
import hypothesis as hp
from hypothesis import strategies as hps
from hypothesis.extra import numpy as hpnp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ============================================================================
# Dependency imports

from tensorflow_probability.python.experimental.auto_batching import stack_optimization as stack
from tensorflow_probability.python.experimental.auto_batching import test_programs
from tensorflow_probability.python.internal import test_util as tfp_test_util
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
import functools
import heapq

# Dependency imports
from absl import logging
import six
from tensorflow_probability.python.experimental.auto_batching import instructions as inst
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests of the FunctionCallOp lowering compilation pass."""

# Dependency imports

import tensorflow.compat.v1 as tf1

from tensorflow_probability.python.experimental.auto_batching import allocation_strategy
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Tests of the instruction language (and definitional interpreter)."""

# Dependency imports
import numpy as np

from tensorflow_probability.python.experimental.auto_batching import instructions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
import collections
import contextlib

# Dependency imports
import six
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 the TF implementations of auto-batched VM variables."""

# Dependency imports

import hypothesis as hp
from hypothesis import strategies as hps
from hypothesis.extra import numpy as hpnp
Expand Down
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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
import contextlib
import functools

# Dependency imports

from absl import logging
import six

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

import numpy as np
Expand Down

0 comments on commit fbbbccc

Please sign in to comment.