Table of Contents

Class Concat

Namespace
Bonsai.ML.Torch
Assembly
Bonsai.ML.Torch.dll

Concatenates tensors along a given dimension.

[Combinator]
[WorkflowElementCategory(ElementCategory.Transform)]
public class Concat
Inheritance
Concat
Inherited Members

Properties

Dimension

The dimension along which to concatenate the tensors.

Methods

Process(IObservable<IEnumerable<Tensor>>)

Concatenates the input tensors along the specified dimension.

Process(IObservable<Tuple<Tensor, Tensor, Tensor, Tensor, Tensor, Tensor, Tensor>>)

Concatenates the input tensors along the specified dimension.

Process(IObservable<Tuple<Tensor, Tensor, Tensor, Tensor, Tensor, Tensor>>)

Concatenates the input tensors along the specified dimension.

Process(IObservable<Tuple<Tensor, Tensor, Tensor, Tensor, Tensor>>)

Concatenates the input tensors along the specified dimension.

Process(IObservable<Tuple<Tensor, Tensor, Tensor, Tensor>>)

Concatenates the input tensors along the specified dimension.

Process(IObservable<Tuple<Tensor, Tensor, Tensor>>)

Concatenates the input tensors along the specified dimension.

Process(IObservable<Tuple<Tensor, Tensor>>)

Concatenates the input tensors along the specified dimension.