Method Process
Process(IObservable<Tensor>)
Returns an observable sequence that permutes the dimensions of the input tensor according to the specified permutation.
public IObservable<torch.Tensor> Process(IObservable<torch.Tensor> source)
Parameters
source
IObservable<torch.Tensor>
Returns
- IObservable<torch.Tensor>