pub fn stateless_truncated_normal<O0: Into<Output>, O1: Into<Output>>( shape: O0, seed: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for StatelessTruncatedNormal::new().build(shape, seed, scope).
StatelessTruncatedNormal::new().build(shape, seed, scope)