Function tensorflow::eager::raw_ops::unstage

source ·
pub fn unstage<'a>(ctx: &'a Context) -> Result<TensorHandle<'a>>
Expand description

Shorthand for Unstage::new().call(&ctx).

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