tensorflow::ops

Function random_normal

Source
pub fn random_normal<O1: Into<Output>>(
    x: O1,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for RandomNormal::new().build(scope), x).