Function tensorflow::eager::raw_ops::random_gamma
source · pub fn random_gamma<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
ctx: &'a Context,
shape: &T0,
alpha: &T1
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for RandomGamma::new().call(&ctx, &shape, &alpha)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/RandomGamma