Table of Contents

Class Reshape

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

Reshapes the input tensor according to the specified dimensions.

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

Properties

Dimensions

The dimensions of the reshaped tensor.

Methods

Process(IObservable<Tensor>)

Reshapes the input tensor according to the specified dimensions.