pub fn stateful_uniform<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
    ctx: &'a Context,
    resource: &T0,
    algorithm: &T1,
    shape: &T2
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for StatefulUniform::new().call(&ctx, &resource, &algorithm, &shape).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/StatefulUniform