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