Function tensorflow::ops::concat_offset

source ·
pub fn concat_offset<O0: Into<Output>, O1: Into<Output>>(
    concat_dim: O0,
    shape: O1,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for ConcatOffset::new().build(concat_dim, shape, scope).