Table of Contents

Class Permute

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

Permutes the dimensions of the input tensor according to the specified permutation.

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

Properties

Dimensions

The permutation of the dimensions.

Methods

Process(IObservable<Tensor>)

Returns an observable sequence that permutes the dimensions of the input tensor according to the specified permutation.