jax_transpose_function¶ probly.representation.sample.jax_functions.jax_transpose_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 transpose wrapper for sample arrays.