Function tensorflow::ops::concat_v2

source ·
pub fn concat_v2<O0: Into<Output>, O1: Into<Output>>(
    values: O0,
    axis: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ConcatV2::new().build(values, axis, scope).