Class Stack
Stacks tensors along a new dimension. All tensors need to be of the same size.
[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class Stack
- Inheritance
-
Stack
- Inherited Members
Properties
- Dimension
The new dimension along which to concatenate the tensors.
Methods
- Process(IObservable<IEnumerable<Tensor>>)
Stacks the input tensors along the new dimension.
- Process(IObservable<Tuple<Tensor, Tensor, Tensor, Tensor, Tensor, Tensor, Tensor>>)
Stacks the input tensors along the new dimension.
- Process(IObservable<Tuple<Tensor, Tensor, Tensor, Tensor, Tensor, Tensor>>)
Stacks the input tensors along the new dimension.
- Process(IObservable<Tuple<Tensor, Tensor, Tensor, Tensor, Tensor>>)
Stacks the input tensors along the new dimension.
- Process(IObservable<Tuple<Tensor, Tensor, Tensor, Tensor>>)
Stacks the input tensors along the new dimension.
- Process(IObservable<Tuple<Tensor, Tensor, Tensor>>)
Stacks the input tensors along the new dimension.
- Process(IObservable<Tuple<Tensor, Tensor>>)
Stacks the input tensors along the new dimension.