pub fn stateless_parameterized_truncated_normal<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>, O4: Into<Output>, O5: Into<Output>>(
    shape: O0,
    seed: O1,
    means: O2,
    stddevs: O3,
    minvals: O4,
    maxvals: O5,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for StatelessParameterizedTruncatedNormal::new().build(shape, seed, means, stddevs, minvals, maxvals, scope).