Table of Contents

Method Process

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

Process()

Generates an observable sequence of 1-D tensors created with the arange(Scalar, Scalar, Scalar, ScalarType?, Device, bool) function.

public IObservable<torch.Tensor> Process()

Returns

IObservable<torch.Tensor>

Process<T>(IObservable<T>)

Generates an observable sequence of 1-D tensors created with the arange(Scalar, Scalar, Scalar, ScalarType?, Device, bool) function for each element of the input sequence.

public IObservable<torch.Tensor> Process<T>(IObservable<T> source)

Parameters

source IObservable<T>

Returns

IObservable<torch.Tensor>

Type Parameters

T