STT-tensorflow/tensorflow/python/keras/layers
TensorFlower Gardener 2c4e6e357a Merge pull request from kaixih:rnn_update_api_tf2_pr
PiperOrigin-RevId: 352109370
Change-Id: I98bd1fad87b038c4e2e1fd1b5797560400ef5e0a
2021-01-15 16:58:48 -08:00
..
legacy_rnn PY2 removal cleanup 2021-01-15 16:48:57 -08:00
ops PY2 removal cleanup 2021-01-15 16:48:57 -08:00
preprocessing PY2 removal cleanup 2021-01-15 16:48:57 -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 Update keras MultiHeadAttention attention mask docstring to state 1 is to attend and 0 is to mask. 2021-01-11 16:21:57 -08:00
BUILD PY2 removal cleanup 2021-01-15 16:48:57 -08: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 [*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:" 2020-12-22 09:24:04 +11:00
convolutional_test.py Internal change 2021-01-08 12:57:10 -08:00
convolutional_transpose_test.py Make convolutional_transpose_test run. 2020-08-26 20:36:15 -07:00
convolutional.py Copy squeeze_batch_dims (private TF API) to keras. 2021-01-14 15:21:32 -08:00
core_test.py Move mixed precision files out of experimental/ directory. 2020-10-21 15:19:21 -07:00
core.py [*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:" 2020-12-22 09:24:04 +11: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 [*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:" 2020-12-22 09:24:04 +11: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 [*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:" 2020-12-22 09:24:04 +11:00
einsum_dense_test.py Move away from deprecated asserts 2020-06-30 16:10:22 -07:00
einsum_dense.py [*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:" 2020-12-22 09:24:04 +11:00
embeddings_test.py Move mixed precision files out of experimental/ directory. 2020-10-21 15:19:21 -07:00
embeddings.py [*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:" 2020-12-22 09:24:04 +11: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 [*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:" 2020-12-22 09:24:04 +11:00
layers_test.py Move the module test wrt to Keras private API to keras test. 2020-06-16 09:23:32 -07:00
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 [*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:" 2020-12-22 09:24:04 +11: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 the usage of convert_to_tensor_or_ragged_tensor (private TF API) from Keras. 2021-01-12 16:32:33 -08:00
merge.py [*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:" 2020-12-22 09:24:04 +11:00
multi_head_attention_test.py Fix keras saving bug in multiheadattention. 2021-01-08 11:14:48 -08:00
multi_head_attention.py Update keras MultiHeadAttention attention mask docstring to state 1 is to attend and 0 is to mask. 2021-01-11 16:21:57 -08: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 [*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:" 2020-12-22 09:24:04 +11:00
normalization_test.py Do not use fused batch norm in the 5D case. 2020-11-16 15:05:24 -08:00
normalization_v2.py [*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:" 2020-12-22 09:24:04 +11:00
normalization.py [*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:" 2020-12-22 09:24:04 +11: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 [*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:" 2020-12-22 09:24:04 +11:00
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 Use CudnnRNNV3 APIs 2021-01-13 23:45:14 -08:00
recurrent.py [*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:" 2020-12-22 09:24:04 +11: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 Make regularizers API more consistent. 2020-05-13 14:27:05 -07:00
serialization.py [*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:" 2020-12-22 09:24:04 +11: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 Remove the usage of convert_to_tensor_or_ragged_tensor (private TF API) from Keras. 2021-01-12 16:32:33 -08:00
wrappers.py [*.py,tensorflow/cc/framework/cc_op_gen.cc] Rename "Arguments:" to "Args:" 2020-12-22 09:24:04 +11:00