HomeSort by relevance Sort by last modified time
    Searched refs:spectral_normalization (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/gan/python/features/
__init__.py 30 from tensorflow.contrib.gan.python.features.python import spectral_normalization
36 from tensorflow.contrib.gan.python.features.python.spectral_normalization import *
45 _allowed_symbols += spectral_normalization.__all__
  /external/tensorflow/tensorflow/contrib/gan/python/features/python/
spectral_normalization_test.py 15 """Tests for features.spectral_normalization."""
24 from tensorflow.contrib.gan.python.features.python import spectral_normalization_impl as spectral_normalization
50 estimated_sn = spectral_normalization.compute_spectral_norm(weights)
77 normalized_weights = spectral_normalization.spectral_normalize(
116 context_manager = spectral_normalization.keras_spectral_normalization()
118 getter = spectral_normalization.spectral_normalization_custom_getter()

Completed in 992 milliseconds