keras/keras_core/layers/regularization
Matt Watson cc053ac309 Add layers.MultiHeadAttention (#169)
* Add layers.MultiHeadAttention

* Update build/compute_output_signature argument checks

We do not definitively know which arguments are tensor arguments
at any given invocation (e.g. arguments with a None value may be tensor
arguments).

So rather than check that the build signature matches perfectly with
tensor call arguments, we will check the build signature arguments match
with some call argument.
2023-05-16 18:22:42 -07:00
..
__init__.py Add Functional model draft. 2023-04-12 14:27:30 -07:00
activity_regularization_test.py Add Embedding layer 2023-04-26 20:22:03 -07:00
activity_regularization.py Add ActivityRegularization layer 2023-04-26 16:19:17 -07:00
dropout_test.py Standardize annotation to skip tests that require dynamic shapes. (#65) 2023-05-01 11:14:28 -07:00
dropout.py Add layers.MultiHeadAttention (#169) 2023-05-16 18:22:42 -07:00
gaussian_dropout_test.py Add GaussianNoise layer 2023-04-27 20:52:42 -07:00
gaussian_dropout.py Add GaussianNoise layer 2023-04-27 20:52:42 -07:00
gaussian_noise_test.py Add GaussianNoise layer 2023-04-27 20:52:42 -07:00
gaussian_noise.py Add GaussianNoise layer 2023-04-27 20:52:42 -07:00
spatial_dropout_test.py Add SpatialDropout1D/2D/3D layers 2023-04-28 16:17:04 -07:00
spatial_dropout.py Standardize the validation and defaulting logic for the data_format argument. (#118) 2023-05-09 11:22:21 -07:00