stack

final ComplexTensor stack(Iterable<ComplexTensor> tensors)

Stack given tensors and make a one larger dimension tensor.

Return

A tensor created by stacking the given tensors.

Parameters

tensors

tensors should all be of the same shape.