Function tensorflow::ops::stack_push_v2

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

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