tensorflow::ops

Function random_uniform

Source
pub fn random_uniform<O0: Into<Output>>(
    shape: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for RandomUniform::new().build(shape, scope).