.. |
__init__.py
|
|
|
all_utils.py
|
Remove tf.keras.utils.HDF5Matrix as its deprecation date is overdue.
|
2020-09-15 14:04:10 -07:00 |
BUILD
|
PY2 removal cleanup
|
2021-01-15 16:48:57 -08:00 |
composite_tensor_support_test.py
|
Copy the generate_combinations_with_testcase_name to keras testing_utils
|
2020-09-11 15:03:21 -07:00 |
control_flow_util.py
|
[*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:"
|
2020-12-22 09:24:04 +11:00 |
conv_utils_test.py
|
|
|
conv_utils.py
|
Copy squeeze_batch_dims (private TF API) to keras.
|
2021-01-14 15:21:32 -08:00 |
data_utils_test.py
|
|
|
data_utils.py
|
Remove irrelevant warnings.
|
2021-01-11 11:18:13 -08:00 |
generic_utils_test.py
|
Improve error message when Keras is unable to find a custom object.
|
2020-11-17 12:25:13 -08:00 |
generic_utils.py
|
[*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:"
|
2020-12-22 09:24:04 +11:00 |
io_utils_test.py
|
Remove tf.keras.utils.HDF5Matrix as its deprecation date is overdue.
|
2020-09-15 14:04:10 -07:00 |
io_utils.py
|
[*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:"
|
2020-12-22 09:24:04 +11:00 |
kernelized_utils_test.py
|
|
|
kernelized_utils.py
|
|
|
layer_utils_test.py
|
Move cached_per_instance to keras utils since its only used in Keras.
|
2020-08-14 10:14:53 -07:00 |
layer_utils.py
|
[*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:"
|
2020-12-22 09:24:04 +11:00 |
losses_utils.py
|
Move the LossReduction class from tf to Keras.
|
2021-01-13 13:40:14 -08:00 |
metrics_utils_test.py
|
Update keras test to use public TF test API.
|
2020-10-27 16:03:04 -07:00 |
metrics_utils.py
|
Remove the usage of assert_splits_match (private TF API) in keras.
|
2021-01-12 17:18:24 -08:00 |
mode_keys.py
|
|
|
multi_gpu_utils_test.py
|
Move V1 optimizer code to a separate file optimizer_v1.py from the generic utils in optimizers.py.
|
2020-09-24 05:34:47 -07:00 |
multi_gpu_utils.py
|
[*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:"
|
2020-12-22 09:24:04 +11:00 |
np_utils_test.py
|
|
|
np_utils.py
|
[*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:"
|
2020-12-22 09:24:04 +11:00 |
object_identity.py
|
Fork the object_identity related class to Keras.
|
2020-10-30 15:17:53 -07:00 |
tf_contextlib.py
|
Fork the tf_contextlib to keras and use tf_decorator which is a __internal__ API.
|
2020-09-15 10:02:27 -07:00 |
tf_inspect.py
|
Make the individual call of Model.evaluate use no cached data, while Model.fit still uses cached data for evaluation.
|
2020-10-14 16:33:47 -07:00 |
tf_utils_test.py
|
Switch all CompositeTensor instance checks in Keras to use a centralized tf_utils.is_extension_type util. This util will use the public ExtensionType api once it is in place.
|
2020-09-21 17:30:33 -07:00 |
tf_utils.py
|
Internal symbol name change.
|
2021-01-05 14:15:45 -08:00 |
version_utils_test.py
|
Move away from deprecated asserts
|
2020-06-30 16:10:22 -07:00 |
version_utils.py
|
Optimize version_utils.swap_class method for better performance.
|
2021-01-06 18:25:13 -08:00 |
vis_utils_test.py
|
Update Keras code to use public TF file API.
|
2020-08-24 10:10:09 -07:00 |
vis_utils.py
|
Clarify error message of plot_model when pydot is not installed.
|
2021-01-06 22:40:15 -08:00 |