keras/keras_core/activations
Matt Watson 4adac05131 Fix discrepancy with softmax when axis=None (#143)
* Fix discrepancy with softmax when axis=None

numpy and jax handled this as an all reduce option
tf as a reduction on the last dimension

* Fix format
2023-05-11 10:26:10 -07:00
..
__init__.py Minor refactor 2023-04-23 17:00:19 -07:00
activations_test.py Add Activations Test (#81) 2023-05-03 17:00:01 -05:00
activations.py Fix discrepancy with softmax when axis=None (#143) 2023-05-11 10:26:10 -07:00