Fix docstrings for preprocessing distribution tests
PiperOrigin-RevId: 361035688 Change-Id: I0edaa819bebbd3c7e4fceca562f6330c3380d782
This commit is contained in:
parent
da3d23e801
commit
f642fb98c1
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user