Function tensorflow::ops::stack_v2

source ·
pub fn stack_v2<O0: Into<Output>>(
    max_size: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for StackV2::new().build(max_size, scope).