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