Table of Contents

Method Process

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

Process()

Generates an observable sequence of tensors filled with ones.

public IObservable<torch.Tensor> Process()

Returns

IObservable<torch.Tensor>

Process<T>(IObservable<T>)

Generates an observable sequence of tensors filled with ones 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