sample.jax_functions¶
JAX function implementations for sample arrays.
Classes¶
Protocol for creating sample arrays. |
|
Internal information about a sample array. |
Functions¶
Implementation of the jax concatenate wrapper for sample arrays. |
|
Implementation of the sample-axis-preserving jax conjugate wrapper for sample arrays. |
|
Implementation of the jax copy wrapper for sample arrays. |
|
Implementation of the jax expand_dims wrapper for sample arrays. |
|
Decorator to convert a bound jax function to a jax function. |
|
Decorator to convert a function taking a sample array argument. |
|
Implementation of the jax matrix transpose wrapper for sample arrays. |
|
Implementation of the jax moveaxis wrapper for sample arrays. |
|
Implementation of axis-reducing jax functions with a keepdims parameter. |
|
Implementation of the jax reshape wrapper for sample arrays. |
|
Get internals for a sample array. |
|
Implementation of the jax squeeze wrapper for sample arrays. |
|
Implementation of the jax stack wrapper for sample arrays. |
|
Implementation of the jax swapaxes wrapper for sample arrays. |
|
Implementation of the jax take_along_axis wrapper for sample arrays. |
|
Implementation of the jax transpose wrapper for sample arrays. |