Table of Contents

Class SaveTensor

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

Saves the input tensor to the specified file.

[Combinator]
[WorkflowElementCategory(ElementCategory.Sink)]
public class SaveTensor
Inheritance
SaveTensor
Inherited Members

Properties

Path

The path to the file where the tensor will be saved.

Methods

Process(IObservable<Tensor>)

Saves the input tensor to the specified file.