-
-
+
-
+
- partition() (in module mlx.core)
+ PReLU (class in mlx.nn)
+
+ prelu (class in mlx.nn)
prod() (in module mlx.core)
@@ -975,6 +1017,10 @@ document.write(`
savez_compressed() (in module mlx.core)
seed() (in module mlx.core.random)
+
+ SELU (class in mlx.nn)
+
+ selu (class in mlx.nn)
Sequential (class in mlx.nn)
@@ -1033,6 +1079,10 @@ document.write(`
squeeze() (in module mlx.core)
state (mlx.optimizers.Optimizer attribute)
+
+ Step (class in mlx.nn)
+
+ step (class in mlx.nn)
stop_gradient() (in module mlx.core)
diff --git a/docs/build/html/index.html b/docs/build/html/index.html
index f03b53b70..53f3e05b1 100644
--- a/docs/build/html/index.html
+++ b/docs/build/html/index.html
@@ -9,7 +9,7 @@
- MLX — MLX 0.0.4 documentation
+ MLX — MLX 0.0.5 documentation
@@ -133,8 +133,8 @@
-
-
+
+
@@ -237,9 +237,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +336,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +355,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/install.html b/docs/build/html/install.html
index f630b7de6..241f7ca1e 100644
--- a/docs/build/html/install.html
+++ b/docs/build/html/install.html
@@ -9,7 +9,7 @@
- Build and Install — MLX 0.0.4 documentation
+ Build and Install — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/objects.inv b/docs/build/html/objects.inv
index 36dc645a5..c2480efeb 100644
Binary files a/docs/build/html/objects.inv and b/docs/build/html/objects.inv differ
diff --git a/docs/build/html/python/_autosummary/mlx.core.Device.html b/docs/build/html/python/_autosummary/mlx.core.Device.html
index d6672f674..c1d4254f0 100644
--- a/docs/build/html/python/_autosummary/mlx.core.Device.html
+++ b/docs/build/html/python/_autosummary/mlx.core.Device.html
@@ -9,7 +9,7 @@
- mlx.core.Device — MLX 0.0.4 documentation
+ mlx.core.Device — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/python/_autosummary/mlx.core.Dtype.html b/docs/build/html/python/_autosummary/mlx.core.Dtype.html
index 7cca89763..e52861d99 100644
--- a/docs/build/html/python/_autosummary/mlx.core.Dtype.html
+++ b/docs/build/html/python/_autosummary/mlx.core.Dtype.html
@@ -9,7 +9,7 @@
- mlx.core.Dtype — MLX 0.0.4 documentation
+ mlx.core.Dtype — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/python/_autosummary/mlx.core.Stream.html b/docs/build/html/python/_autosummary/mlx.core.Stream.html
index 3d1366677..aa77f3549 100644
--- a/docs/build/html/python/_autosummary/mlx.core.Stream.html
+++ b/docs/build/html/python/_autosummary/mlx.core.Stream.html
@@ -9,7 +9,7 @@
- mlx.core.Stream — MLX 0.0.4 documentation
+ mlx.core.Stream — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/python/_autosummary/mlx.core.abs.html b/docs/build/html/python/_autosummary/mlx.core.abs.html
index ef211e93a..050e75d1b 100644
--- a/docs/build/html/python/_autosummary/mlx.core.abs.html
+++ b/docs/build/html/python/_autosummary/mlx.core.abs.html
@@ -9,7 +9,7 @@
- mlx.core.abs — MLX 0.0.4 documentation
+ mlx.core.abs — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/python/_autosummary/mlx.core.add.html b/docs/build/html/python/_autosummary/mlx.core.add.html
index 015833409..ddb2e438a 100644
--- a/docs/build/html/python/_autosummary/mlx.core.add.html
+++ b/docs/build/html/python/_autosummary/mlx.core.add.html
@@ -9,7 +9,7 @@
- mlx.core.add — MLX 0.0.4 documentation
+ mlx.core.add — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
@@ -542,7 +559,7 @@ document.write(`
mlx.core.add
-mlx.core. add ( a : Union [ bool , int , float , complex , array ] , b : Union [ bool , int , float , complex , array ] , / , * , stream : Union [ None , Stream , Device ] = None ) → array
+mlx.core. add ( a : Union [ scalar , array ] , b : Union [ scalar , array ] , stream : Union [ None , Stream , Device ] = None ) → array
Element-wise addition.
Add two arrays with numpy-style broadcasting semantics. Either or both input arrays
can also be scalars.
diff --git a/docs/build/html/python/_autosummary/mlx.core.all.html b/docs/build/html/python/_autosummary/mlx.core.all.html
index 6cf49ecf0..2f7ea08f2 100644
--- a/docs/build/html/python/_autosummary/mlx.core.all.html
+++ b/docs/build/html/python/_autosummary/mlx.core.all.html
@@ -9,7 +9,7 @@
- mlx.core.all — MLX 0.0.4 documentation
+ mlx.core.all — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/python/_autosummary/mlx.core.allclose.html b/docs/build/html/python/_autosummary/mlx.core.allclose.html
index 7113a9aec..34a91d52b 100644
--- a/docs/build/html/python/_autosummary/mlx.core.allclose.html
+++ b/docs/build/html/python/_autosummary/mlx.core.allclose.html
@@ -9,7 +9,7 @@
- mlx.core.allclose — MLX 0.0.4 documentation
+ mlx.core.allclose — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/python/_autosummary/mlx.core.any.html b/docs/build/html/python/_autosummary/mlx.core.any.html
index 2c6e12f76..89407890f 100644
--- a/docs/build/html/python/_autosummary/mlx.core.any.html
+++ b/docs/build/html/python/_autosummary/mlx.core.any.html
@@ -9,7 +9,7 @@
- mlx.core.any — MLX 0.0.4 documentation
+ mlx.core.any — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/python/_autosummary/mlx.core.arange.html b/docs/build/html/python/_autosummary/mlx.core.arange.html
index df93033fc..81b81820d 100644
--- a/docs/build/html/python/_autosummary/mlx.core.arange.html
+++ b/docs/build/html/python/_autosummary/mlx.core.arange.html
@@ -9,7 +9,7 @@
- mlx.core.arange — MLX 0.0.4 documentation
+ mlx.core.arange — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/python/_autosummary/mlx.core.arccos.html b/docs/build/html/python/_autosummary/mlx.core.arccos.html
index 78abe70d7..d38ae1cab 100644
--- a/docs/build/html/python/_autosummary/mlx.core.arccos.html
+++ b/docs/build/html/python/_autosummary/mlx.core.arccos.html
@@ -9,7 +9,7 @@
- mlx.core.arccos — MLX 0.0.4 documentation
+ mlx.core.arccos — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/python/_autosummary/mlx.core.arccosh.html b/docs/build/html/python/_autosummary/mlx.core.arccosh.html
index b84f771af..f7614528e 100644
--- a/docs/build/html/python/_autosummary/mlx.core.arccosh.html
+++ b/docs/build/html/python/_autosummary/mlx.core.arccosh.html
@@ -9,7 +9,7 @@
- mlx.core.arccosh — MLX 0.0.4 documentation
+ mlx.core.arccosh — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/python/_autosummary/mlx.core.arcsin.html b/docs/build/html/python/_autosummary/mlx.core.arcsin.html
index 2ce19bac0..f433c18f3 100644
--- a/docs/build/html/python/_autosummary/mlx.core.arcsin.html
+++ b/docs/build/html/python/_autosummary/mlx.core.arcsin.html
@@ -9,7 +9,7 @@
- mlx.core.arcsin — MLX 0.0.4 documentation
+ mlx.core.arcsin — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/python/_autosummary/mlx.core.arcsinh.html b/docs/build/html/python/_autosummary/mlx.core.arcsinh.html
index 352758ee8..a5490fddb 100644
--- a/docs/build/html/python/_autosummary/mlx.core.arcsinh.html
+++ b/docs/build/html/python/_autosummary/mlx.core.arcsinh.html
@@ -9,7 +9,7 @@
- mlx.core.arcsinh — MLX 0.0.4 documentation
+ mlx.core.arcsinh — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/python/_autosummary/mlx.core.arctan.html b/docs/build/html/python/_autosummary/mlx.core.arctan.html
index c92ac4c0b..1c78c6ba6 100644
--- a/docs/build/html/python/_autosummary/mlx.core.arctan.html
+++ b/docs/build/html/python/_autosummary/mlx.core.arctan.html
@@ -9,7 +9,7 @@
- mlx.core.arctan — MLX 0.0.4 documentation
+ mlx.core.arctan — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/python/_autosummary/mlx.core.arctanh.html b/docs/build/html/python/_autosummary/mlx.core.arctanh.html
index d1f825987..ce78795c3 100644
--- a/docs/build/html/python/_autosummary/mlx.core.arctanh.html
+++ b/docs/build/html/python/_autosummary/mlx.core.arctanh.html
@@ -9,7 +9,7 @@
- mlx.core.arctanh — MLX 0.0.4 documentation
+ mlx.core.arctanh — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/python/_autosummary/mlx.core.argmax.html b/docs/build/html/python/_autosummary/mlx.core.argmax.html
index 3b26565dd..f33a7e85b 100644
--- a/docs/build/html/python/_autosummary/mlx.core.argmax.html
+++ b/docs/build/html/python/_autosummary/mlx.core.argmax.html
@@ -9,7 +9,7 @@
- mlx.core.argmax — MLX 0.0.4 documentation
+ mlx.core.argmax — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
@@ -542,7 +559,7 @@ document.write(`
mlx.core.argmax
-mlx.core. argmax ( a : array , / , axis : Optional [ int ] = None , keepdims : bool = False , * , stream : Union [ None , Stream , Device ] = None ) → array
+mlx.core. argmax ( a : array , / , axis : Union [ None , int ] = None , keepdims : bool = False , * , stream : Union [ None , Stream , Device ] = None ) → array
Indices of the maximum values along the axis.
Parameters:
diff --git a/docs/build/html/python/_autosummary/mlx.core.argmin.html b/docs/build/html/python/_autosummary/mlx.core.argmin.html
index 12f476cea..f9123b2ae 100644
--- a/docs/build/html/python/_autosummary/mlx.core.argmin.html
+++ b/docs/build/html/python/_autosummary/mlx.core.argmin.html
@@ -9,7 +9,7 @@
- mlx.core.argmin — MLX 0.0.4 documentation
+ mlx.core.argmin — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
@@ -542,7 +559,7 @@ document.write(`
mlx.core.argmin
-mlx.core. argmin ( a : array , / , axis : Optional [ int ] = None , keepdims : bool = False , * , stream : Union [ None , Stream , Device ] = None ) → array
+mlx.core. argmin ( a : array , / , axis : Union [ None , int ] = None , keepdims : bool = False , * , stream : Union [ None , Stream , Device ] = None ) → array
Indices of the minimum values along the axis.
Parameters:
diff --git a/docs/build/html/python/_autosummary/mlx.core.argpartition.html b/docs/build/html/python/_autosummary/mlx.core.argpartition.html
index c6c412a18..a5147787b 100644
--- a/docs/build/html/python/_autosummary/mlx.core.argpartition.html
+++ b/docs/build/html/python/_autosummary/mlx.core.argpartition.html
@@ -9,7 +9,7 @@
- mlx.core.argpartition — MLX 0.0.4 documentation
+ mlx.core.argpartition — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
@@ -542,7 +559,7 @@ document.write(`
mlx.core.argpartition
-mlx.core. argpartition ( a : array , / , kth : int , axis : Optional [ int ] = - 1 , * , stream : Union [ None , Stream , Device ] = None ) → array
+mlx.core. argpartition ( a : array , / , kth : int , axis : Union [ None , int ] = - 1 , * , stream : Union [ None , Stream , Device ] = None ) → array
Returns the indices that partition the array.
The ordering of the elements within a partition in given by the indices
is undefined.
diff --git a/docs/build/html/python/_autosummary/mlx.core.argsort.html b/docs/build/html/python/_autosummary/mlx.core.argsort.html
index 2f2ea4d33..6428580c9 100644
--- a/docs/build/html/python/_autosummary/mlx.core.argsort.html
+++ b/docs/build/html/python/_autosummary/mlx.core.argsort.html
@@ -9,7 +9,7 @@
- mlx.core.argsort — MLX 0.0.4 documentation
+ mlx.core.argsort — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
@@ -542,7 +559,7 @@ document.write(`
mlx.core.argsort
-mlx.core. argsort ( a : array , / , axis : Optional [ int ] = - 1 , * , stream : Union [ None , Stream , Device ] = None ) → array
+mlx.core. argsort ( a : array , / , axis : Union [ None , int ] = - 1 , * , stream : Union [ None , Stream , Device ] = None ) → array
Returns the indices that sort the array.
Parameters:
diff --git a/docs/build/html/python/_autosummary/mlx.core.array.T.html b/docs/build/html/python/_autosummary/mlx.core.array.T.html
index 6af96ebbd..82839ab34 100644
--- a/docs/build/html/python/_autosummary/mlx.core.array.T.html
+++ b/docs/build/html/python/_autosummary/mlx.core.array.T.html
@@ -9,7 +9,7 @@
- mlx.core.array.T — MLX 0.0.4 documentation
+ mlx.core.array.T — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/python/_autosummary/mlx.core.array.abs.html b/docs/build/html/python/_autosummary/mlx.core.array.abs.html
index 7a3d3f662..60cc5b888 100644
--- a/docs/build/html/python/_autosummary/mlx.core.array.abs.html
+++ b/docs/build/html/python/_autosummary/mlx.core.array.abs.html
@@ -9,7 +9,7 @@
- mlx.core.array.abs — MLX 0.0.4 documentation
+ mlx.core.array.abs — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/python/_autosummary/mlx.core.array.all.html b/docs/build/html/python/_autosummary/mlx.core.array.all.html
index 8c8db96cd..37220b224 100644
--- a/docs/build/html/python/_autosummary/mlx.core.array.all.html
+++ b/docs/build/html/python/_autosummary/mlx.core.array.all.html
@@ -9,7 +9,7 @@
- mlx.core.array.all — MLX 0.0.4 documentation
+ mlx.core.array.all — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/python/_autosummary/mlx.core.array.any.html b/docs/build/html/python/_autosummary/mlx.core.array.any.html
index 843b72f34..61847a538 100644
--- a/docs/build/html/python/_autosummary/mlx.core.array.any.html
+++ b/docs/build/html/python/_autosummary/mlx.core.array.any.html
@@ -9,7 +9,7 @@
- mlx.core.array.any — MLX 0.0.4 documentation
+ mlx.core.array.any — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/python/_autosummary/mlx.core.array.argmax.html b/docs/build/html/python/_autosummary/mlx.core.array.argmax.html
index 13722b4a9..fd40ba88f 100644
--- a/docs/build/html/python/_autosummary/mlx.core.array.argmax.html
+++ b/docs/build/html/python/_autosummary/mlx.core.array.argmax.html
@@ -9,7 +9,7 @@
- mlx.core.array.argmax — MLX 0.0.4 documentation
+ mlx.core.array.argmax — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/python/_autosummary/mlx.core.array.argmin.html b/docs/build/html/python/_autosummary/mlx.core.array.argmin.html
index 65d0378ec..dd71836d0 100644
--- a/docs/build/html/python/_autosummary/mlx.core.array.argmin.html
+++ b/docs/build/html/python/_autosummary/mlx.core.array.argmin.html
@@ -9,7 +9,7 @@
- mlx.core.array.argmin — MLX 0.0.4 documentation
+ mlx.core.array.argmin — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/python/_autosummary/mlx.core.array.astype.html b/docs/build/html/python/_autosummary/mlx.core.array.astype.html
index e223763e4..68548517a 100644
--- a/docs/build/html/python/_autosummary/mlx.core.array.astype.html
+++ b/docs/build/html/python/_autosummary/mlx.core.array.astype.html
@@ -9,7 +9,7 @@
- mlx.core.array.astype — MLX 0.0.4 documentation
+ mlx.core.array.astype — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/python/_autosummary/mlx.core.array.cos.html b/docs/build/html/python/_autosummary/mlx.core.array.cos.html
index 9c5717f1a..db97da855 100644
--- a/docs/build/html/python/_autosummary/mlx.core.array.cos.html
+++ b/docs/build/html/python/_autosummary/mlx.core.array.cos.html
@@ -9,7 +9,7 @@
- mlx.core.array.cos — MLX 0.0.4 documentation
+ mlx.core.array.cos — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/python/_autosummary/mlx.core.array.dtype.html b/docs/build/html/python/_autosummary/mlx.core.array.dtype.html
index 85372e23f..62815278b 100644
--- a/docs/build/html/python/_autosummary/mlx.core.array.dtype.html
+++ b/docs/build/html/python/_autosummary/mlx.core.array.dtype.html
@@ -9,7 +9,7 @@
- mlx.core.array.dtype — MLX 0.0.4 documentation
+ mlx.core.array.dtype — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/python/_autosummary/mlx.core.array.exp.html b/docs/build/html/python/_autosummary/mlx.core.array.exp.html
index bc3ab34fd..7f08cc75a 100644
--- a/docs/build/html/python/_autosummary/mlx.core.array.exp.html
+++ b/docs/build/html/python/_autosummary/mlx.core.array.exp.html
@@ -9,7 +9,7 @@
- mlx.core.array.exp — MLX 0.0.4 documentation
+ mlx.core.array.exp — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers
diff --git a/docs/build/html/python/_autosummary/mlx.core.array.html b/docs/build/html/python/_autosummary/mlx.core.array.html
index b716fdf80..8200db988 100644
--- a/docs/build/html/python/_autosummary/mlx.core.array.html
+++ b/docs/build/html/python/_autosummary/mlx.core.array.html
@@ -9,7 +9,7 @@
- mlx.core.array — MLX 0.0.4 documentation
+ mlx.core.array — MLX 0.0.5 documentation
@@ -134,8 +134,8 @@
-
-
+
+
@@ -148,6 +148,7 @@
Usage
Examples
@@ -237,9 +238,11 @@
mlx.core.erfinv
mlx.core.exp
mlx.core.expand_dims
+mlx.core.eye
mlx.core.full
mlx.core.greater
mlx.core.greater_equal
+mlx.core.identity
mlx.core.less
mlx.core.less_equal
mlx.core.load
@@ -334,8 +337,12 @@
mlx.nn.value_and_grad
mlx.nn.Embedding
mlx.nn.ReLU
+mlx.nn.PReLU
mlx.nn.GELU
mlx.nn.SiLU
+mlx.nn.Step
+mlx.nn.SELU
+mlx.nn.Mish
mlx.nn.Linear
mlx.nn.Conv1d
mlx.nn.Conv2d
@@ -349,7 +356,17 @@
mlx.nn.gelu_approx
mlx.nn.gelu_fast_approx
mlx.nn.relu
+mlx.nn.prelu
mlx.nn.silu
+mlx.nn.step
+mlx.nn.selu
+mlx.nn.mish
+mlx.nn.losses.cross_entropy
+mlx.nn.losses.binary_cross_entropy
+mlx.nn.losses.l1_loss
+mlx.nn.losses.mse_loss
+mlx.nn.losses.nll_loss
+mlx.nn.losses.kl_div_loss
Optimizers