Skip to content

Commit bc963a3

Browse files
Googlertensorflower-gardener
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 702768041
1 parent 7f32749 commit bc963a3

File tree

76 files changed

+0
-122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+0
-122
lines changed

tensorflow_probability/python/bijectors/ascending_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
# ============================================================================
1515
"""Tests for Bijector."""
1616

17-
# Dependency imports
18-
1917
import numpy as np
2018
import tensorflow.compat.v1 as tf1
2119
import tensorflow.compat.v2 as tf

tensorflow_probability/python/bijectors/batch_normalization.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
"""Batch Norm bijector."""
1616

1717

18-
# Dependency imports
1918
import tensorflow.compat.v2 as tf
2019

2120
from tensorflow_probability.python.bijectors import bijector

tensorflow_probability/python/bijectors/batch_normalization_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
# ============================================================================
1515
"""Tests for BatchNorm Bijector."""
1616

17-
# Dependency imports
18-
1917
from absl.testing import parameterized
2018
import numpy as np
2119
import tensorflow.compat.v1 as tf1

tensorflow_probability/python/bijectors/bijector.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
import abc
1818
import contextlib
1919

20-
# Dependency imports
2120
import numpy as np
2221
import tensorflow.compat.v2 as tf
2322

tensorflow_probability/python/bijectors/bijector_composition_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
import functools
1818

19-
# Dependency imports
20-
2119
import tensorflow.compat.v2 as tf
2220
from tensorflow_probability.python.bijectors import chain
2321
from tensorflow_probability.python.bijectors import exp

tensorflow_probability/python/bijectors/bijector_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# ============================================================================
1515
"""Tests for Bijector."""
1616

17-
# Dependency imports
1817
from absl.testing import parameterized
1918
import mock
2019
import numpy as np

tensorflow_probability/python/bijectors/bijector_test_util.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# ============================================================================
1515
"""Bijector unit-test utilities."""
1616

17-
# Dependency imports
1817
from absl import logging
1918
import numpy as np
2019

tensorflow_probability/python/bijectors/blockwise_test.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@
1414
# ============================================================================
1515
"""Tests for the Blockwise bijector."""
1616

17-
# Dependency imports
18-
1917
from absl.testing import parameterized
2018
import mock
2119
import tensorflow.compat.v1 as tf1

tensorflow_probability/python/bijectors/chain_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# ============================================================================
1515
"""Chain Tests."""
1616

17-
# Dependency imports
1817
import mock
1918

2019
import numpy as np

tensorflow_probability/python/bijectors/cholesky_outer_product.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
# ============================================================================
1515
"""CholeskyOuterProduct bijector."""
1616

17-
# Dependency imports
1817
import numpy as np
1918
import tensorflow.compat.v2 as tf
2019

0 commit comments

Comments
 (0)