Condividi tramite


RetinaHead.forward(List<torch.Tensor>) Method

Definition

TorchSharp.torch.nn.Module`2.forward(System.Collections.Generic.List{TorchSharp.torch.Tensor})
public override (System.Collections.Generic.List<TorchSharp.torch.Tensor>, System.Collections.Generic.List<TorchSharp.torch.Tensor>) forward (System.Collections.Generic.List<TorchSharp.torch.Tensor> inputs);
override this.forward : System.Collections.Generic.List<TorchSharp.torch.Tensor> -> ValueTuple<System.Collections.Generic.List<TorchSharp.torch.Tensor>, System.Collections.Generic.List<TorchSharp.torch.Tensor>>
Public Overrides Function forward (inputs As List(Of torch.Tensor)) As ValueTuple(Of List(Of torch.Tensor), List(Of torch.Tensor))

Parameters

inputs
List<TorchSharp.torch.Tensor>

Returns

ValueTuple<List<TorchSharp.torch.Tensor>,List<TorchSharp.torch.Tensor>>

Applies to