Function tensorflow::eager::raw_ops::empty

source ·
pub fn empty<'a, T0: ToTensorHandle<'a>>(
    ctx: &'a Context,
    shape: &T0
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for Empty::new().call(&ctx, &shape).

See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/Empty