mlx/python/tests
Nripesh Niketan 5ad8fb7268
feat: add softsign, softmax, hardswish, logsoftmax activation function (#309)
* feat: add softsign activation function

* run pre-commit

* Add Softsign activation function

* Add Softsign activation function

* Add documentation for ReLU6, Softplus, and Softsign activations

* Update activation functions in neural network layers

* Add LogSoftmax and Hardswish activations

* run pre-commit

* Update activations.py

* Added acknowledgements

* Fix activation function comments

* Fix activation functions in neural network layers
2023-12-29 11:49:36 -08:00
..
mlx_tests.py added tri / tril / triu (#170) 2023-12-15 17:30:34 -08:00
test_array.py expose itemsize and nbytes as for numpy arrays (#284) 2023-12-25 10:34:28 -08:00
test_autograd.py Add isort pre-commit and run (#68) 2023-12-08 11:31:47 -08:00
test_bf16.py Add isort pre-commit and run (#68) 2023-12-08 11:31:47 -08:00
test_blas.py Add isort pre-commit and run (#68) 2023-12-08 11:31:47 -08:00
test_conv.py Add isort pre-commit and run (#68) 2023-12-08 11:31:47 -08:00
test_device.py Add isort pre-commit and run (#68) 2023-12-08 11:31:47 -08:00
test_eval.py Add isort pre-commit and run (#68) 2023-12-08 11:31:47 -08:00
test_fft.py Add isort pre-commit and run (#68) 2023-12-08 11:31:47 -08:00
test_linalg.py linalg.norm (#187) 2023-12-26 19:42:04 -08:00
test_load.py Safetensor support (#215) 2023-12-27 02:06:55 -08:00
test_nn.py feat: add softsign, softmax, hardswish, logsoftmax activation function (#309) 2023-12-29 11:49:36 -08:00
test_ops.py Add support for repeat (#278) 2023-12-27 13:11:38 -08:00
test_optimizers.py Pr template (#99) 2023-12-09 09:36:56 -08:00
test_quantized.py Fix tolerance in de-/quantization test (#295) 2023-12-26 19:21:05 -08:00
test_random.py random.uniform must respect dtype, even if lower precision than "low" (#280) 2023-12-24 07:04:43 -08:00
test_reduce.py Add isort pre-commit and run (#68) 2023-12-08 11:31:47 -08:00
test_tree.py Add isort pre-commit and run (#68) 2023-12-08 11:31:47 -08:00
test_vmap.py Add move and swap axis, and vmap for slice, concat, and gather (#158) 2023-12-14 12:59:12 -08:00