jax_expand_dims_function¶
- probly.representation.sample.jax_functions.jax_expand_dims_function(func: Callable, args: tuple[Any, ...], kwargs: dict[str, Any], create_sample: JaxSampleCreator, array: JaxLike, sample_axis: int, weights: jax.Array | None) Any[source]¶
Implementation of the jax expand_dims wrapper for sample arrays.