tensorflow::ops

Function stage_peek

Source
pub fn stage_peek<O0: Into<Output>>(
    index: O0,
    scope: &mut Scope,
) -> Result<Operation>
Expand description

Shorthand for StagePeek::new().build(index, scope).