Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 696813564
  • Loading branch information
Googler authored and tensorflower-gardener committed Nov 15, 2024
1 parent fbbbccc commit b4f22a8
Show file tree
Hide file tree
Showing 15 changed files with 0 additions and 23 deletions.
2 changes: 0 additions & 2 deletions spinoffs/fun_mc/fun_mc/fun_mc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,6 @@
import functools
import os

# Dependency imports

from absl.testing import parameterized
import jax as real_jax
from jax import config as jax_config
Expand Down
2 changes: 0 additions & 2 deletions spinoffs/fun_mc/fun_mc/malt_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
import functools
import os

# Dependency imports

import jax as real_jax
from jax import config as jax_config
import numpy as np
Expand Down
2 changes: 0 additions & 2 deletions spinoffs/fun_mc/fun_mc/prefab_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
import functools
import os

# Dependency imports

import jax as real_jax
from jax import config as jax_config
import numpy as np
Expand Down
2 changes: 0 additions & 2 deletions spinoffs/fun_mc/fun_mc/sga_hmc_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@
import functools
import os

# Dependency imports

from absl.testing import parameterized
from jax import config as jax_config
import tensorflow.compat.v2 as real_tf
Expand Down
2 changes: 0 additions & 2 deletions spinoffs/fun_mc/fun_mc/util_tfp_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for util_tfp."""

# Dependency imports

from absl.testing import parameterized
from jax import config as jax_config
import numpy as np
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@
"""Tests for affine_layers.py."""

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 @@ -15,7 +15,6 @@
"""Tests for convolution_layers.py."""

import functools
# 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,8 +16,6 @@
# TODO(emilyaf): Test Keras compatibility (other layers too).

import functools
# 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 @@ -15,7 +15,6 @@
"""Tests for convolutional_transpose_layers.py."""

import functools
# Dependency imports
import tensorflow.compat.v2 as tf

from tensorflow_probability.python.bijectors import sigmoid
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Tests for layers."""

# Dependency imports
import tensorflow.compat.v2 as tf

from tensorflow_probability.python.distributions import independent
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/optimizer/bfgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

import collections

# Dependency imports
import tensorflow.compat.v2 as tf

from tensorflow_probability.python.internal import distribution_util
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/optimizer/lbfgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
"""
import collections

# 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/optimizer/nelder_mead.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

import collections

# 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 @@ -14,7 +14,6 @@
# ============================================================================
"""Tests for Proximal Hessian Optimizer."""

# Dependency imports
import numpy as np

import tensorflow.compat.v1 as tf1
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/optimizer/sgld_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Functional test for GradientDescent."""

# Dependency imports

import numpy as np
import tensorflow.compat.v1 as tf1
import tensorflow.compat.v2 as tf
Expand Down

0 comments on commit b4f22a8

Please sign in to comment.