Function tensorflow::ops::stateful_uniform
source · pub fn stateful_uniform<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
resource: O0,
algorithm: O1,
shape: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for StatefulUniform::new().build(resource, algorithm, shape, scope)
.