pub fn concat_offset<O0: Into<Output>, O1: Into<Output>>( concat_dim: O0, shape: O1, scope: &mut Scope, ) -> Result<Operation>
Shorthand for ConcatOffset::new().build(concat_dim, shape, scope).
ConcatOffset::new().build(concat_dim, shape, scope)