Table of Contents

Class InitializeTorchDevice

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

Initializes the Torch device with the specified device type.

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

Properties

DeviceIndex

The index of the device to initialize.

DeviceType

The device type to initialize.

Methods

Process()

Initializes the Torch device with the specified device type.

Process<T>(IObservable<T>)

Initializes the Torch device when the input sequence produces an element.