blob: 47cf1717a506ed6c9c77fca1fb1c58caf6b1778e [file] [log] [blame]
``mx.init.uniform``
======================================
Description
----------------------
Create a initializer that initialize the weight with uniform [-scale, scale]
Usage
----------
.. code:: r
mx.init.uniform(scale)
Arguments
------------------
+----------------------------------------+------------------------------------------------------------+
| Argument | Description |
+========================================+============================================================+
| ``scale`` | The scale of uniform distribution |
+----------------------------------------+------------------------------------------------------------+