jaxonlayers 0.2.1__py3-none-any.whl → 0.2.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -56,7 +56,7 @@ class BatchedLinear(eqx.Module):
56
56
  self.use_bias = use_bias
57
57
 
58
58
  def __call__(
59
- self, x: Float[Array, "*batch in_features"]
59
+ self, x: Float[Array, "*batch in_features"], key=None
60
60
  ) -> Float[Array, "*batch out_features"]:
61
61
  input_shape = x.shape
62
62
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: jaxonlayers
3
- Version: 0.2.1
3
+ Version: 0.2.2
4
4
  Summary: Additional layers and functions that extend Equinox
5
5
  Requires-Python: >=3.13
6
6
  Requires-Dist: beartype>=0.21.0
@@ -14,9 +14,9 @@ jaxonlayers/layers/attention.py,sha256=RgtpzBPxJ4tDcUjiq_Wh_7GJndmBY6UKtbEuHGLA1
14
14
  jaxonlayers/layers/convolution.py,sha256=k0dMFBDjzycB7UNuyHqKihJtBa6u93V6OLxyUUyipN4,3247
15
15
  jaxonlayers/layers/normalization.py,sha256=3aGzNzDN05A72ZHLUM2w9WpicLtGsjzj1l0jhuyn63U,8379
16
16
  jaxonlayers/layers/regularization.py,sha256=ZrvtBJPH84xuxrxEbZc7TBxjp8OvKEv4ecan5s8F9zs,563
17
- jaxonlayers/layers/sequential.py,sha256=Tw98hNZiXMC-CYZD6h_pi7eAxkgHeQAUvZF2I9H0d8Y,2833
17
+ jaxonlayers/layers/sequential.py,sha256=xBZavhSra0oZUZjSlThzIGER5xR62n46mgTkPqRV2Y0,2843
18
18
  jaxonlayers/layers/state_space.py,sha256=oDVRbduNtU48Q4rLd-XywZcqVN0QYTlq1UUhOXcGLoo,2537
19
19
  jaxonlayers/layers/transformer.py,sha256=Syuh_kN-I-Gg-C20trQcNio1WEG88OHDRl3ShFaQNqQ,21848
20
- jaxonlayers-0.2.1.dist-info/METADATA,sha256=rHoA2ZdpFRfOv-aHd4qkzY5a-nEDTiTHf5WplX3Mz_o,565
21
- jaxonlayers-0.2.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
22
- jaxonlayers-0.2.1.dist-info/RECORD,,
20
+ jaxonlayers-0.2.2.dist-info/METADATA,sha256=sYqihkNlwRrIMMPtmi8zIMPk4TOef3H6ZHB44gqKINM,565
21
+ jaxonlayers-0.2.2.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
22
+ jaxonlayers-0.2.2.dist-info/RECORD,,