Skip to content

Commit

Permalink
Automated Code Change
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702768041
  • Loading branch information
Googler authored and tensorflower-gardener committed Dec 4, 2024
1 parent 7f32749 commit bc963a3
Show file tree
Hide file tree
Showing 76 changed files with 0 additions and 122 deletions.
2 changes: 0 additions & 2 deletions tensorflow_probability/python/bijectors/ascending_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for Bijector."""

# Dependency imports

import numpy as np
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 @@ -15,7 +15,6 @@
"""Batch Norm bijector."""


# Dependency imports
import tensorflow.compat.v2 as tf

from tensorflow_probability.python.bijectors import bijector
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for BatchNorm Bijector."""

# 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/bijectors/bijector.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
import abc
import contextlib

# 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 @@

import functools

# Dependency imports

import tensorflow.compat.v2 as tf
from tensorflow_probability.python.bijectors import chain
from tensorflow_probability.python.bijectors import exp
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/bijectors/bijector_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Tests for Bijector."""

# Dependency imports
from absl.testing import parameterized
import mock
import numpy as np
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Bijector unit-test utilities."""

# Dependency imports
from absl import logging
import numpy as np

Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/bijectors/blockwise_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for the Blockwise bijector."""

# Dependency imports

from absl.testing import parameterized
import mock
import tensorflow.compat.v1 as tf1
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/bijectors/chain_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Chain Tests."""

# Dependency imports
import mock

import numpy as np
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""CholeskyOuterProduct bijector."""

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

# Dependency imports
import numpy as np
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,7 +14,6 @@
# ============================================================================
"""Tests for CholeskyToInvCholesky bijector."""

# Dependency imports
import numpy as np
import tensorflow.compat.v2 as tf
from tensorflow_probability.python.bijectors import cholesky_to_inv_cholesky
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""CorrelationCholesky bijector."""

# Dependency imports

import tensorflow.compat.v2 as tf

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

import itertools

# Dependency imports

from absl.testing import parameterized
import numpy as np
import tensorflow.compat.v2 as tf
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/bijectors/cumsum_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Cumsum Tests."""

# Dependency imports

import numpy as np
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 DCT Bijector."""

# Dependency imports

import numpy as np
from scipy import fftpack
import tensorflow.compat.v2 as tf
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/bijectors/exp_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Exp Tests."""

# Dependency imports

import numpy as np
import tensorflow.compat.v2 as tf
from tensorflow_probability.python.bijectors import bijector_test_util
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/bijectors/expm1_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Expm1 Tests."""

# Dependency imports

import numpy as np
import tensorflow.compat.v2 as tf
from tensorflow_probability.python.bijectors import bijector_test_util
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/bijectors/ffjord_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""FFJORD tests."""

# 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 @@ -14,7 +14,6 @@
# ============================================================================
"""Tests for FillScaleTriL bijector."""

# Dependency imports
import numpy as np
from tensorflow_probability.python.bijectors import exp
from tensorflow_probability.python.bijectors import fill_scale_tril
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/bijectors/fill_triangular.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""FillTriangular bijector."""

# 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 FillTriangular bijector."""

# Dependency imports
import numpy as np

import tensorflow.compat.v2 as tf
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/bijectors/frechet_cdf_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
# ============================================================================
"""Tests for the Frechet Bijector."""

# Dependency imports

import numpy as np
from scipy import stats
import tensorflow.compat.v2 as tf
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/bijectors/gev_cdf_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for Bijector."""

# Dependency imports

import numpy as np
from scipy import stats
import tensorflow.compat.v2 as tf
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/bijectors/glow_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
"""Tests for tensorflow_probability.python.bijectors.glow."""

import functools
# Dependency imports
import numpy as np
import tensorflow.compat.v2 as tf
from tensorflow_probability.python.bijectors import bijector_test_util
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/bijectors/gompertz_cdf_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for Bijector."""

# Dependency imports

import numpy as np
from scipy import stats
import tensorflow.compat.v2 as tf
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/bijectors/gumbel_cdf_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for Bijector."""

# Dependency imports

import numpy as np
from scipy import stats
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 Bijector."""

# Dependency imports
from absl.testing import parameterized
from tensorflow_probability.python.bijectors import householder
from tensorflow_probability.python.internal import test_util
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/bijectors/identity_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

import weakref

# Dependency imports

import tensorflow.compat.v2 as tf
from tensorflow_probability.python.bijectors import bijector_test_util
from tensorflow_probability.python.bijectors import identity
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/bijectors/inline_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Tests for Bijector."""

# 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,8 +14,6 @@
# ============================================================================
"""Tests for IteratedSigmoidCenteredBijector."""

# Dependency imports

import numpy as np
import tensorflow.compat.v1 as tf1
import tensorflow.compat.v2 as tf
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/bijectors/joint_map_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""JointMap Tests."""

# Dependency imports

import numpy as np
import tensorflow.compat.v2 as tf
from tensorflow_probability.python.bijectors import bijector_test_util
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Tests for Kumaraswamy Bijector."""

# 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 @@
# ============================================================================
"""MaskedAutoregressiveFlow bijector."""

# Dependency imports
import numpy as np
import six
import tensorflow.compat.v1 as tf1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@

import itertools

# Dependency imports

from absl.testing import parameterized
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 for MatrixInverseTriL bijector."""

# Dependency imports

import numpy as np
from tensorflow_probability.python.bijectors import bijector_test_util
from tensorflow_probability.python.bijectors import fill_triangular
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/bijectors/moyal_cdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Moyal bijector."""

# Dependency imports
import numpy as np

import tensorflow.compat.v2 as tf
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/bijectors/moyal_cdf_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for Bijector."""

# Dependency imports

import numpy as np
from scipy import stats
import tensorflow.compat.v2 as tf
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/bijectors/normal_cdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""NormalCDF bijector."""

# Dependency imports
import numpy as np

import tensorflow.compat.v2 as tf
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/bijectors/normal_cdf_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for NormalCDF Bijector."""

# Dependency imports

import numpy as np
from scipy import stats
from tensorflow_probability.python.bijectors import bijector_test_util
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/bijectors/permute.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Permutation bijectors."""

# Dependency imports
import numpy as np

import tensorflow.compat.v2 as tf
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/bijectors/permute_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for Permute bijector."""

# Dependency imports

import numpy as np
import tensorflow.compat.v1 as tf1
import tensorflow.compat.v2 as tf
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/bijectors/power.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Bijector to raise input to a given power."""

# Dependency imports

import tensorflow.compat.v2 as tf

from tensorflow_probability.python.bijectors import bijector
Expand Down
1 change: 0 additions & 1 deletion tensorflow_probability/python/bijectors/power_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
# ============================================================================
"""Tests for Power Bijector."""

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

# Dependency imports

import numpy as np
from tensorflow_probability.python.bijectors import bijector_test_util
from tensorflow_probability.python.bijectors import power_transform
Expand Down
2 changes: 0 additions & 2 deletions tensorflow_probability/python/bijectors/rayleigh_cdf_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
# ============================================================================
"""Tests for Bijector."""

# Dependency imports

import numpy as np
from scipy import stats as scipy_stats
import tensorflow.compat.v2 as tf
Expand Down
Loading

0 comments on commit bc963a3

Please sign in to comment.