Function tensorflow::ops::random_normal
source · pub fn random_normal<O1: Into<Output>>(
x: O1,
scope: &mut Scope
) -> Result<Operation>
👎Deprecated since 0.15.0: Use random_standard_normal instead.
Expand description
Shorthand for RandomNormal::new().build(scope), x)
.