STT-tensorflow/tensorflow/python/keras/utils
Thomas O'Malley 2ba59dab2c Simplify Layer.add_udpate in v2 and update version_selector to use v1 inside a
tf.compat.v1.wrap_function.

No longer track unused Layer.updates in v2.

PiperOrigin-RevId: 316921838
Change-Id: I4698a0c925528594f402f824705d66b8a1ae7b72
2020-06-17 11:01:44 -07:00
..
BUILD
__init__.py
all_utils.py
composite_tensor_support_test.py Fix sparse kerastensors to maintain dense shape information after converting to a placeholder. 2020-06-15 14:01:44 -07:00
conv_utils.py
conv_utils_test.py
data_utils.py Fix a python exception issue on using Sequence object of keras with MirroredStrategy 2020-05-28 13:51:35 +09:00
data_utils_test.py
generic_utils.py Merge pull request #38339 from feihugis:issue_class_and_config_for_serialized_keras_object 2020-06-03 13:11:49 -07:00
generic_utils_test.py Merge pull request #38339 from feihugis:issue_class_and_config_for_serialized_keras_object 2020-06-03 13:11:49 -07:00
io_utils.py Merge pull request #37955 from ngc92:pathlib 2020-04-07 08:45:38 -07:00
io_utils_test.py Merge pull request #37955 from ngc92:pathlib 2020-04-07 08:45:38 -07:00
kernelized_utils.py
kernelized_utils_test.py
layer_utils.py Stops special-casing first argument in Keras's internal Node representation. This makes the special-casing-behavior in __call__ more explicit, and make it easier to reduce how much special casing of the first argument Keras does moving forward. 2020-04-25 13:47:50 -07:00
losses_utils.py Follow up to 0e1f3de50a. This change enables keras tensor tests related to updates/losses. 2020-06-09 01:13:30 -07:00
metrics_utils.py Follow up to 0e1f3de50a. This change enables keras tensor tests related to updates/losses. 2020-06-09 01:13:30 -07:00
metrics_utils_test.py
mode_keys.py
multi_gpu_utils.py
multi_gpu_utils_test.py
np_utils.py Docstring fixes in Keras datasets, callbacks, and utilities 2020-04-02 22:17:38 -07:00
np_utils_test.py
tf_utils.py Make map_structure_with_atomic work with attrs. 2020-06-11 21:07:27 -07:00
tf_utils_test.py Make map_structure_with_atomic work with attrs. 2020-06-11 21:07:27 -07:00
version_utils.py Simplify Layer.add_udpate in v2 and update version_selector to use v1 inside a 2020-06-17 11:01:44 -07:00
version_utils_test.py Fix bug where v1 vs v2 model class swapping does not trigger correctly in rare circumstances. 2020-06-09 18:10:57 -07:00
vis_utils.py Merge pull request #37213 from jaketae:embed-pdf 2020-05-27 12:04:05 -07:00
vis_utils_test.py Fix issue where calling plot_model on Functional model that uses add_loss would crash due to model._layers containing DictWrapper objects. 2020-05-26 11:53:46 -07:00