Function tensorflow::ops::parameterized_truncated_normal
source · pub fn parameterized_truncated_normal<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>>(
shape: O0,
means: O1,
stdevs: O2,
minvals: O3,
maxvals: O4,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for ParameterizedTruncatedNormal::new().build(shape, means, stdevs, minvals, maxvals, scope)
.