keras/keras_core/layers
Matt Watson ca0b77d345 Add additive attention layer (#142)
* Add additive attention layer

* address comments
2023-05-11 10:26:39 -07:00
..
activations Added Softmax activation layer (#115) 2023-05-09 16:03:15 -07:00
attention Add additive attention layer (#142) 2023-05-11 10:26:39 -07:00
convolutional Add depthwise conv layer (#140) 2023-05-10 21:33:59 -07:00
core Add wrapper layer. 2023-05-08 13:51:15 -07:00
merging Style nits 2023-05-04 09:51:20 -07:00
normalization Implement trainable setting + fix tracing hack 2023-05-09 11:11:56 -07:00
pooling Fix typos 2023-05-02 22:44:46 -07:00
preprocessing Merge branch 'main' of github.com:keras-team/keras-core 2023-05-10 21:34:09 -07:00
regularization Standardize the validation and defaulting logic for the data_format argument. (#118) 2023-05-09 11:22:21 -07:00
reshaping Merge branches 'main' and 'main' of github.com:keras-team/keras-core 2023-05-10 21:16:27 -07:00
rnn Exclude jax from RNN tests for now 2023-05-10 21:41:31 -07:00
__init__.py Add additive attention layer (#142) 2023-05-11 10:26:39 -07:00
input_spec.py Add some numpy ops (#1) 2023-04-12 11:31:58 -07:00
layer_test.py Increase test coverage 2023-05-09 14:46:42 -07:00
layer.py Remove unused import 2023-05-09 13:16:52 -07:00
layers_utils.py Initial draft of the codebase. 2023-04-09 12:21:45 -07:00