Function tensorflow::ops::stack_push

source ·
pub fn stack_push<O0: Into<Output>, O1: Into<Output>>(
    handle: O0,
    elem: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for StackPush::new().build(handle, elem, scope).