STT-tensorflow/tensorflow/python/keras/layers
Reed Wanderman-Milne 2cf3cc466c Merging
2020-11-16 16:53:26 -08:00
..
legacy_rnn Update keras code/tests to import modules within keras code base. 2020-10-06 20:13:27 -07:00
ops BUILD file cleanups 2020-09-30 13:45:35 -07:00
preprocessing Disabling test failing under ASAN. 2020-10-21 13:41:12 -07:00
__init__.py Add MultiHeadAttention Layer for Keras. 2020-08-12 18:52:19 -07:00
advanced_activations_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
advanced_activations.py Add MultiHeadAttention Layer for Keras. 2020-08-12 18:52:19 -07:00
BUILD Enable tensorflow/python/keras/layers:gru_v2_test on CUDA 11 2020-10-21 17:12:59 -07:00
convolutional_recurrent_test.py Copy the generate_combinations_with_testcase_name to keras testing_utils 2020-09-11 15:03:21 -07:00
convolutional_recurrent.py
convolutional_test.py [TF] Fix test_group_conv flakiness. 2020-07-27 14:45:59 -07:00
convolutional_transpose_test.py Make convolutional_transpose_test run. 2020-08-26 20:36:15 -07:00
convolutional.py Fixes GitHub 43886 2020-10-10 00:26:00 -07:00
core_test.py Move mixed precision files out of experimental/ directory. 2020-10-21 15:19:21 -07:00
core.py Add support for RaggedTensor properties, instance methods, and class methods in the Keras functional API. 2020-10-16 12:11:06 -07:00
cudnn_recurrent_test.py Copy the generate_combinations_with_testcase_name to keras testing_utils 2020-09-11 15:03:21 -07:00
cudnn_recurrent.py
dense_attention_test.py Keep return_attention_scores consistent with MultiHeadAttention, before TF 2.4 release. 2020-10-07 22:07:17 -07:00
dense_attention.py Keep return_attention_scores consistent with MultiHeadAttention, before TF 2.4 release. 2020-10-07 22:07:17 -07:00
einsum_dense_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
einsum_dense.py Add a meaningful repr to KerasTensors, Update the KerasTensor docstring, and update some of the doctests to not fail w/ the new KerasTensor repr. 2020-07-17 11:47:05 -07:00
embeddings_test.py Move mixed precision files out of experimental/ directory. 2020-10-21 15:19:21 -07:00
embeddings.py Remove Policy.should_cast_variables property. 2020-10-19 15:53:12 -07:00
gru_test.py Fork the run_v2_only annotation to keras, and remove the usage of one in TF. 2020-09-02 16:00:59 -07:00
gru_v2_test.py Update control_flow_v2 to allow multiple injection for keras call_context(). 2020-10-08 15:52:03 -07:00
kernelized_test.py Fix tests in OSS keras which failed in graph mode. 2020-10-05 15:29:23 -07:00
kernelized.py Update keras to use the public TF API for convert_to_tensor() 2020-08-27 20:57:16 -07:00
layers_test.py
local_test.py Update keras local layer to direct import python modules, rather than use it from backend. 2020-10-05 22:18:03 -07:00
local.py Update keras local layer to direct import python modules, rather than use it from backend. 2020-10-05 22:18:03 -07:00
lstm_test.py Fork the run_v2_only annotation to keras, and remove the usage of one in TF. 2020-09-02 16:00:59 -07:00
lstm_v2_test.py Update control_flow_v2 to allow multiple injection for keras call_context(). 2020-10-08 15:52:03 -07:00
merge_test.py Copy the generate_combinations_with_testcase_name to keras testing_utils 2020-09-11 15:03:21 -07:00
merge.py
multi_head_attention_test.py Merge pull request from WindQAQ:add-training-call-argument 2020-10-05 15:05:09 -07:00
multi_head_attention.py Merge pull request from WindQAQ:add-training-call-argument 2020-10-05 15:05:09 -07:00
noise_test.py Update a few keras tests that will fail after converting to OSS tests. 2020-10-05 11:15:20 -07:00
noise.py
normalization_test.py Merging 2020-11-16 16:53:26 -08:00
normalization_v2.py Use non batch all_reduce in sync batch norm to avoid potential deadlock 2020-10-09 14:46:39 -07:00
normalization.py Merging 2020-11-16 16:53:26 -08:00
pooling_test.py
pooling.py
recurrent_test.py Fixes rnn.get_config to work with custom cell. 2020-09-24 10:28:31 -07:00
recurrent_v2_test.py Switch usage of TF test_util.device to Keras testing_utils.device 2020-07-30 14:43:51 -07:00
recurrent_v2.py Disable the new codepath of LSTM/GRU. 2020-10-19 17:17:01 -07:00
recurrent.py Remove Policy.should_cast_variables property. 2020-10-19 15:53:12 -07:00
rnn_cell_wrapper_v2_test.py Update keras code/tests to import modules within keras code base. 2020-10-06 20:13:27 -07:00
rnn_cell_wrapper_v2.py Update keras code/tests to import modules within keras code base. 2020-10-06 20:13:27 -07:00
separable_convolutional_test.py
serialization_test.py
serialization.py Fork the tf_inspect to keras, which use tf_decorator.unwrap as __internal__ API. 2020-09-14 17:26:35 -07:00
simplernn_test.py Fork the run_v2_only annotation to keras, and remove the usage of one in TF. 2020-09-02 16:00:59 -07:00
subclassed_layers_test.py Update keras to use the public TF API for convert_to_tensor() 2020-08-27 20:57:16 -07:00
tensorflow_op_layer_test.py Add internal registry for special-casing different ExtensionTypes with different KerasTensor subclasses, so that we can support unique instance methods/properties / shape/dtype inference of different (composite)tensor types when the generic approach is insufficient. 2020-10-06 12:30:21 -07:00
wrappers_test.py Update control_flow_v2 to allow multiple injection for keras call_context(). 2020-10-08 15:52:03 -07:00
wrappers.py solve pylint line too long 2020-10-15 09:21:41 +03:00