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