Method Process
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