Function tensorflow::ops::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).