keras/keras_core/layers/activations
2023-06-09 13:23:45 -07:00
..
__init__.py Added Softmax activation layer (#115) 2023-05-09 16:03:15 -07:00
activation_test.py Add autoconfig to Operation class. 2023-04-23 11:05:04 -07:00
activation.py Merge branch 'main' of github.com:keras-team/keras-core 2023-05-19 11:40:25 -07:00
elu_test.py Enable jit compile in training tests; fix some bugs. 2023-05-19 13:40:22 -07:00
elu.py Merge branch 'main' of github.com:keras-team/keras-core 2023-05-19 11:40:25 -07:00
leaky_relu_test.py Added PReLU activation layer (#112) 2023-05-08 15:57:31 -07:00
leaky_relu.py Add DCGAN example. 2023-06-09 13:23:45 -07:00
prelu_test.py Enable jit compile in training tests; fix some bugs. 2023-05-19 13:40:22 -07:00
prelu.py Merge branch 'main' of github.com:keras-team/keras-core 2023-05-19 11:40:25 -07:00
relu_test.py Fix test 2023-05-08 12:35:50 -07:00
relu.py Merge branch 'main' of github.com:keras-team/keras-core 2023-05-19 11:40:25 -07:00
softmax_test.py Added Softmax activation layer (#115) 2023-05-09 16:03:15 -07:00
softmax.py Merge branch 'main' of github.com:keras-team/keras-core 2023-05-19 11:40:25 -07:00