.. |
__init__.py
|
Remove the __init__.py content for keras/utils.
|
2019-10-07 11:50:54 -07:00 |
all_utils.py
|
Remove the __init__.py content for keras/utils.
|
2019-10-07 11:50:54 -07:00 |
BUILD
|
Update package visibility for all keras sub packages.
|
2020-03-19 09:30:52 -07:00 |
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_test.py
|
|
|
conv_utils.py
|
minor spelling tweaks
|
2020-02-11 15:09:21 +09:00 |
data_utils_test.py
|
Migrate tensorflow/python/keras:data_utils_test to PY3.
|
2019-12-03 16:02:38 -08:00 |
data_utils.py
|
Fix a python exception issue on using Sequence object of keras with MirroredStrategy
|
2020-05-28 13:51:35 +09: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 |
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 |
io_utils_test.py
|
Merge pull request #37955 from ngc92:pathlib
|
2020-04-07 08:45:38 -07:00 |
io_utils.py
|
Merge pull request #37955 from ngc92:pathlib
|
2020-04-07 08:45:38 -07:00 |
kernelized_utils_test.py
|
Replaced get_shape() to shape.
|
2019-03-17 07:51:37 +05:30 |
kernelized_utils.py
|
Minor edits and fixes for kernelized layers.
|
2019-03-19 08:39:43 -07:00 |
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_test.py
|
Update tests under keras.utils to use combinations.
|
2020-03-17 10:01:13 -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 |
mode_keys.py
|
|
|
multi_gpu_utils_test.py
|
Enable //third_party/tensorflow/python/keras:multi_gpu_utils_test_xla_gpu
|
2019-12-31 22:18:02 -08:00 |
multi_gpu_utils.py
|
Cleanup the no-at-top imports in Keras.
|
2019-10-28 13:45:16 -07:00 |
np_utils_test.py
|
Remove the __init__.py content for keras/utils.
|
2019-10-07 11:50:54 -07:00 |
np_utils.py
|
Docstring fixes in Keras datasets, callbacks, and utilities
|
2020-04-02 22:17:38 -07:00 |
tf_utils_test.py
|
Make map_structure_with_atomic work with attrs.
|
2020-06-11 21:07:27 -07:00 |
tf_utils.py
|
Make map_structure_with_atomic work with attrs.
|
2020-06-11 21:07:27 -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 |
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 |
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 |
vis_utils.py
|
Merge pull request #37213 from jaketae:embed-pdf
|
2020-05-27 12:04:05 -07:00 |