.. |
__init__.py
|
Remove layer from keras.__init__.py
|
2019-10-28 15:25:48 -07:00 |
base_layer_test.py
|
Remove the instance check of _UnreadVariable (private tf api) in Keras.
|
2021-01-11 12:08:44 -08:00 |
base_layer_utils_test.py
|
Make the sparse ops with Keras functional models error more verbose to aid debugging.
|
2020-07-17 12:22:12 -07:00 |
base_layer_utils.py
|
Internal symbol name change.
|
2021-01-05 14:15:45 -08:00 |
base_layer_v1.py
|
Remove the instance check of _UnreadVariable (private tf api) in Keras.
|
2021-01-11 12:08:44 -08:00 |
base_layer.py
|
Remove the instance check of _UnreadVariable (private tf api) in Keras.
|
2021-01-11 12:08:44 -08:00 |
base_preprocessing_layer_test.py
|
PreprocessingLayers adapt API changes.
|
2021-01-15 16:12:40 -08:00 |
base_preprocessing_layer_v1.py
|
PreprocessingLayers adapt API changes.
|
2021-01-15 16:12:40 -08:00 |
base_preprocessing_layer.py
|
PreprocessingLayers adapt API changes.
|
2021-01-15 16:12:40 -08:00 |
BUILD
|
PY2 removal cleanup
|
2021-01-15 16:48:57 -08:00 |
compile_utils_test.py
|
Merge pull request #45015 from pedro-r-marques:rt-loss-container
|
2020-12-28 11:54:48 -08:00 |
compile_utils.py
|
Merge pull request #45015 from pedro-r-marques:rt-loss-container
|
2020-12-28 11:54:48 -08:00 |
control_flow_test.py
|
|
|
correctness_test.py
|
Remove passing experimental_run_tf_function in most tests.
|
2020-02-27 13:34:09 -08:00 |
data_adapter_test.py
|
Check if list/tuple is empty in ListsOfScalarsDataAdapter.
|
2020-12-07 02:26:22 -08:00 |
data_adapter.py
|
PreprocessingLayers adapt API changes.
|
2021-01-15 16:12:40 -08:00 |
deferred_sequential_test.py
|
Support TF Modules inside Keras Layers and Models.
|
2020-10-30 12:27:12 -07:00 |
feature_columns_integration_test.py
|
Update keras feature column test to explicitly use keras symbols.
|
2020-09-30 13:20:16 -07:00 |
functional_test.py
|
Fix functional subclass model used with multiple inheritance.
|
2020-11-19 16:21:10 -08:00 |
functional.py
|
Add support for creating Keras.inputs from arbitrary TypeSpecs. (Including TypeSpecs that don't have a dtype)
|
2021-01-05 12:58:49 -08:00 |
input_layer_test.py
|
Add support for creating Keras.inputs from arbitrary TypeSpecs. (Including TypeSpecs that don't have a dtype)
|
2021-01-05 12:58:49 -08:00 |
input_layer.py
|
Add support for creating Keras.inputs from arbitrary TypeSpecs. (Including TypeSpecs that don't have a dtype)
|
2021-01-05 12:58:49 -08:00 |
input_spec_test.py
|
Move away from deprecated asserts
|
2020-06-30 16:10:22 -07:00 |
input_spec.py
|
[*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:"
|
2020-12-22 09:24:04 +11:00 |
keras_tensor_test.py
|
Simplify string representation of KerasTensor.
|
2020-08-05 15:34:12 -07:00 |
keras_tensor.py
|
Add support for creating Keras.inputs from arbitrary TypeSpecs. (Including TypeSpecs that don't have a dtype)
|
2021-01-05 12:58:49 -08:00 |
node_test.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 |
node.py
|
Internal symbol name change.
|
2021-01-05 14:15:45 -08:00 |
partial_batch_padding_handler.py
|
Internal symbol name change.
|
2021-01-05 14:15:45 -08:00 |
ragged_keras_tensor_test.py
|
Add support for RaggedTensor properties, instance methods, and class methods in the Keras functional API.
|
2020-10-16 12:11:06 -07:00 |
saving.py
|
|
|
sequential_test.py
|
Support tf.Modules in keras.Sequential.
|
2020-11-13 14:47:31 -08:00 |
sequential.py
|
Internal symbol name change.
|
2021-01-05 14:15:45 -08:00 |
training_arrays_test.py
|
Remove passing experimental_run_tf_function in most tests.
|
2020-02-27 13:34:09 -08:00 |
training_arrays_v1.py
|
[*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:"
|
2020-12-22 09:24:04 +11:00 |
training_dataset_test.py
|
Merge pull request #44498 from jpodivin:logredef
|
2020-11-12 20:14:40 -08:00 |
training_distributed_v1.py
|
[*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:"
|
2020-12-22 09:24:04 +11:00 |
training_eager_test.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 |
training_eager_v1.py
|
[*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:"
|
2020-12-22 09:24:04 +11:00 |
training_generator_test.py
|
Add v1 to the names of Keras files that are legacy-training-loop-specific.
|
2020-09-15 14:17:55 -07:00 |
training_generator_v1.py
|
[*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:"
|
2020-12-22 09:24:04 +11:00 |
training_gpu_test.py
|
Keras TF API usage cleanup: Copy test_util.use_gpu into Keras and replace the usage within Keras.
|
2020-07-21 14:30:11 -07:00 |
training_integration_test.py
|
Remove passing experimental_run_tf_function in most tests.
|
2020-02-27 13:34:09 -08:00 |
training_test.py
|
Support TF Modules inside Keras Layers and Models.
|
2020-10-30 12:27:12 -07:00 |
training_utils_v1_test.py
|
Internal symbol name change.
|
2021-01-05 14:15:45 -08:00 |
training_utils_v1.py
|
Internal symbol name change.
|
2021-01-05 14:15:45 -08:00 |
training_utils.py
|
Internal symbol name change.
|
2021-01-05 14:15:45 -08:00 |
training_v1.py
|
Internal symbol name change.
|
2021-01-05 14:15:45 -08:00 |
training.py
|
Remove irrelevant warnings.
|
2021-01-11 11:18:13 -08:00 |