Table of Contents

Method Process

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

Process<T, TResult>(IObservable<Tensor>)

Converts the input tensor into an array of the specified element type.

public IObservable<TResult> Process<T, TResult>(IObservable<torch.Tensor> source) where T : unmanaged

Parameters

source IObservable<torch.Tensor>

Returns

IObservable<TResult>

Type Parameters

T
TResult