pub fn stateful_uniform_full_int<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    resource: O0,
    algorithm: O1,
    shape: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for StatefulUniformFullInt::new().build(resource, algorithm, shape, scope).