tensorflow::ops

Function stack_pop

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

Shorthand for StackPop::new().build(handle, scope).