keras/keras_core/layers
divyasreepat 3f4651e67b Add RandomRotation preprocessing layer (#148)
* added random rotation

* update test name

* updates

* updated the seed for random crop as well

* added name

* added name
2023-05-11 18:01:12 -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 Docstring nits 2023-05-11 16:07: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 Add RandomRotation preprocessing layer (#148) 2023-05-11 18:01:12 -07:00
regularization Standardize the validation and defaulting logic for the data_format argument. (#118) 2023-05-09 11:22:21 -07:00
reshaping Add keras_core.layers.Cropping2D. (#147) 2023-05-11 15:58:31 -07:00
rnn Increase stacked RNN test coverage and fix bug. 2023-05-11 15:57:23 -07:00
__init__.py Add RandomRotation preprocessing layer (#148) 2023-05-11 18:01:12 -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 Add stricter state locking restrictions 2023-05-11 15:06:44 -07:00
layers_utils.py Initial draft of the codebase. 2023-04-09 12:21:45 -07:00