Table of Contents

Class ColonIndex

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

Represents the colon index used to select all elements along a given dimension.

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

Methods

Process()

Generates the colon index.

Process<T>(IObservable<T>)

Processes the input sequence and generates the colon index.