Function tensorflow::eager::raw_ops::stateful_standard_normal_v2
source · pub fn stateful_standard_normal_v2<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
ctx: &'a Context,
resource: &T0,
algorithm: &T1,
shape: &T2
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for StatefulStandardNormalV2::new().call(&ctx, &resource, &algorithm, &shape)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/StatefulStandardNormalV2