concat

final ComplexTensor concat(ComplexTensor other, Integer concatDim)

Concatenate to other tensor.

Return

concatenated tensor.

Parameters

other

tensor to be concatenated.

concatDim

dimension to which other tensor concatenate.