mlx/python/mlx/nn/layers
Chunyang Wen 040c3bafab
Add missing f str (#306)
Co-authored-by: Chunyang Wen <chunyang_wen@apple.com>
2023-12-28 06:09:34 -08:00
..
__init__.py Transformer fix (#167) 2023-12-27 08:48:36 -08:00
activations.py Transformer fix (#167) 2023-12-27 08:48:36 -08:00
base.py Adds C++ and nn quantization utilities (#230) 2023-12-20 14:17:38 -08:00
containers.py copyright + ack 2023-11-30 11:12:53 -08:00
convolution.py Updated default argument for stride to 1 in Conv2d() in the docstring (#22) 2023-12-06 07:17:58 -08:00
dropout.py Add missing f str (#306) 2023-12-28 06:09:34 -08:00
embedding.py copyright + ack 2023-11-30 11:12:53 -08:00
linear.py Docs updates (#198) 2023-12-17 13:20:55 -08:00
normalization.py implement-batch-norm-layer (#217) 2023-12-25 07:32:53 -08:00
positional_encoding.py Transformer fix (#167) 2023-12-27 08:48:36 -08:00
quantized.py Improve names of quantization arguments (#235) 2023-12-20 16:53:53 -08:00
transformer.py Transformer fix (#167) 2023-12-27 08:48:36 -08:00