keras/keras_core/layers
2023-06-12 16:37:12 -07:00
..
activations Add DCGAN example. 2023-06-09 13:23:45 -07:00
attention Remove useless property from mha layer (#242) 2023-06-01 13:49:22 -07:00
convolutional Minor fixes + add conv subclassing example. 2023-06-10 15:23:02 -07:00
core Minor fixes + add conv subclassing example. 2023-06-10 15:23:02 -07:00
merging Merge branch 'main' of github.com:keras-team/keras-core 2023-06-06 10:48:45 -07:00
normalization Alternative implementation for BN var 2023-06-06 20:33:19 -07:00
pooling Merge branch 'main' of github.com:keras-team/keras-core 2023-06-01 18:49:07 -07:00
preprocessing Small ops fixes for Torch unit tests (#316) 2023-06-12 16:20:31 +00:00
regularization Store trainable and dtype on a layer persistently (#283) 2023-06-06 21:12:46 -07:00
reshaping Merge branch 'main' of github.com:keras-team/keras-core 2023-06-12 16:37:12 -07:00
rnn Merge branches 'main' and 'main' of github.com:keras-team/keras-core 2023-06-05 16:04:51 -07:00
__init__.py Add layers.serialize and layers.deserialize (#281) 2023-06-06 21:12:02 -07:00
input_spec.py Add some numpy ops (#1) 2023-04-12 11:31:58 -07:00
layer_test.py Allow training in any layer call instead of erroring out. (#291) 2023-06-08 13:15:47 -04:00
layer.py Fix Aurelien's new issue 2023-06-12 16:37:00 -07:00