jax.lax.random_gamma_grad# jax.lax.random_gamma_grad(a, x)[source]# Elementwise derivative of samples from Gamma(a, 1). Parameters: a (Union[Array, ndarray, bool_, number, bool, int, float, complex]) – x (Union[Array, ndarray, bool_, number, bool, int, float, complex]) – Return type: Array