STT-tensorflow/tensorflow/python/keras/layers
TensorFlower Gardener ee11cf13ea Merge pull request from ROCmSoftwarePlatform:google_upstream_rocm_add_remove_no_rocm_tag
PiperOrigin-RevId: 348425014
Change-Id: I1f4ec5ab94f27ea201a9dbc8b53d337d03e01d6c
2020-12-21 00:32:48 -08:00
..
legacy_rnn Rollfoward of cl/347928110: Do not trace legacy rnn cells using the input spec. 2020-12-17 13:08:26 -08:00
ops Remove the usage of TF private API gen_math_ops mat_mul from Keras. 2020-10-23 13:45:26 -07:00
preprocessing add BUILD file for python/util and refactor python/BUILD 2020-12-15 11:43:18 -08:00
__init__.py Add MultiHeadAttention Layer for Keras. 2020-08-12 18:52:19 -07:00
advanced_activations_test.py Fix ReLU supports_masking flag. 2020-11-19 12:00:34 -08:00
advanced_activations.py Fix ReLU supports_masking flag. 2020-11-19 12:00:34 -08:00
BUILD Removing no_rocm tag from unit-tests that are now passing on the ROCm platform 2020-11-25 02:06:27 +00: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 Remove redundant mask reset in the RNN layer call(). 2020-10-22 16:43:56 -07:00
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 Update convolutional.py 2020-10-13 10:49:01 +02:00
core_test.py Move mixed precision files out of experimental/ directory. 2020-10-21 15:19:21 -07:00
core.py Remove the usage of TF private API gen_array_ops reshape from Keras. 2020-10-23 11:14:13 -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 Replace the usages of cudnn_rnn, cudnn_rnnv2 and cudnn_rnnv3 with TF public apis. 2020-11-09 15:25:36 -08:00
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 Markdown typo 2020-11-12 14:59:59 -06:00
einsum_dense_test.py
einsum_dense.py
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 while_v2: Move more reduction ops to forward graph 2020-12-15 15:09:10 -08:00
kernelized_test.py Fix tests in OSS keras which failed in graph mode. 2020-10-05 15:29:23 -07:00
kernelized.py Remove the usage of TF private API gen_math_ops mat_mul from Keras. 2020-10-23 13:45:26 -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 Merge pull request from ravikyram:master 2020-12-14 11:01:38 -08: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 while_v2: Move more reduction ops to forward graph 2020-12-15 15:09:10 -08:00
merge_test.py Remove now-unnecessary merge layer error test 2020-10-24 10:47:27 +03:00
merge.py Allow unit-length input for Concatenate layer 2020-10-21 13:44:09 +03:00
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 Do not use fused batch norm in the 5D case. 2020-11-16 15:05:24 -08:00
normalization_v2.py Fix minor docstring formatting issue 2020-11-25 11:49:02 -08:00
normalization.py Fix minor docstring formatting issue 2020-11-25 11:49:02 -08:00
pooling_test.py Merge pull request from ROCmSoftwarePlatform:google_upstream_rocm_misc_update_201203 2020-12-09 07:38:17 -08:00
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 Improve recurrent layers Call API mask documentation 2020-11-25 15:04:26 -08:00
recurrent.py Improve recurrent layers Call API mask documentation 2020-11-25 15:04:26 -08: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 while_v2: Move more reduction ops to forward graph 2020-12-15 15:09:10 -08:00
wrappers.py Update logic for compute_output_shape in keras.layers.Bidirectional. 2020-11-30 10:42:09 -08:00