Table of Contents

Method Process

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

Process<T>(IObservable<Tensor>)

Converts the input tensor into a flattened array of the specified element type.

public IObservable<T[]> Process<T>(IObservable<torch.Tensor> source) where T : unmanaged

Parameters

source IObservable<torch.Tensor>

Returns

IObservable<T[]>

Type Parameters

T