Function tensorflow::ops::stateful_truncated_normal
source · pub fn stateful_truncated_normal<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
resource: O0,
algorithm: O1,
shape: O2,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for StatefulTruncatedNormal::new().build(resource, algorithm, shape, scope)
.