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