Table of Contents

Class Zeros

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

Creates a tensor filled with zeros.

[Combinator]
[ResetCombinator]
[WorkflowElementCategory(ElementCategory.Source)]
public class Zeros
Inheritance
Zeros
Inherited Members

Properties

Device

The device on which to create the tensor.

Size

The size of the tensor.

Type

The data type of the tensor.

Methods

Process()

Generates an observable sequence of tensors filled with zeros.

Process<T>(IObservable<T>)

Generates an observable sequence of tensors filled with zeros for each element of the input sequence.