Hacker News new | ask | show | jobs
Defining new Jax types with hijax (docs.jax.dev)
14 points by fhchl 20 days ago
3 comments

Why use this over Equinox's Module, plus jaxtyping? That seems like the cleaner (and more established) solution, but maybe there are pros/cons I'm not seeing.
As I understand, hijax types can specify how Jax transformations apply to them, ie.e. how they are differentiated, vmapped, ...
Hijacking JAX with hijax. Such a neat name.
> the usual tool is a pytree:

404.