pub fn stage_peek<'a, T0: ToTensorHandle<'a>>(
    ctx: &'a Context,
    index: &T0
) -> Result<TensorHandle<'a>>
Expand description

Shorthand for StagePeek::new().call(&ctx, &index).

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