Table of Contents

Class View

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

Creates a new view of the input tensor with the specified dimensions.

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

Properties

Dimensions

The dimensions of the reshaped tensor.

Methods

Process(IObservable<Tensor>)

Creates a new view of the input tensor with the specified dimensions.