Table of Contents

Class BooleanIndex

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

Represents a boolean index that can be used to select elements from a tensor.

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

Properties

Value

Gets or sets the boolean value used to select elements from a tensor.

Methods

Process()

Generates the boolean index.

Process<T>(IObservable<T>)

Processes the input sequence and generates the boolean index.