Fix docstrings for preprocessing distribution tests

PiperOrigin-RevId: 361035688
Change-Id: I0edaa819bebbd3c7e4fceca562f6330c3380d782
This commit is contained in:
Matt Watson 2021-03-04 17:05:32 -08:00 committed by TensorFlower Gardener
parent da3d23e801
commit f642fb98c1
8 changed files with 8 additions and 8 deletions

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
"""Tests for keras.layers.preprocessing.normalization."""
"""Distribution tests for keras.layers.preprocessing.category_crossing."""
from __future__ import absolute_import
from __future__ import division

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
"""Tests for keras.layers.preprocessing.normalization."""
"""Distribution tests for keras.layers.preprocessing.category_encoding."""
from __future__ import absolute_import
from __future__ import division

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
"""Tests for keras.layers.preprocessing.normalization."""
"""Distribution tests for keras.layers.preprocessing.discretization."""
from __future__ import absolute_import
from __future__ import division

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
"""Tests for keras.layers.preprocessing.normalization."""
"""Tests for keras.layers.preprocessing.hashing."""
from __future__ import absolute_import
from __future__ import division

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
"""Tests for keras.layers.preprocessing.normalization."""
"""Distribution tests for keras.layers.preprocessing.image_preprocessing."""
from __future__ import absolute_import
from __future__ import division

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
"""Tests for keras.layers.preprocessing.normalization."""
"""Distribution tests for keras.layers.preprocessing.index_lookup."""
from __future__ import absolute_import
from __future__ import division

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
"""Tests for keras.layers.preprocessing.normalization."""
"""Distribution tests for keras.layers.preprocessing.normalization."""
from __future__ import absolute_import
from __future__ import division

View File

@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# ==============================================================================
"""Tests for keras.layers.preprocessing.normalization."""
"""Distribution tests for keras.layers.preprocessing.text_vectorization."""
from __future__ import absolute_import
from __future__ import division