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