Skip to main content

concat

Function concat 

Source
pub fn concat(
    sequence: &SequenceValue,
    axis: i64,
    new_axis: bool,
) -> SequenceResult<SeqTensor>
Expand description

Concatenate a sequence along an existing axis or stack it on a new axis.