Langue

FPN.forward(List<torch.Tensor>) Méthode

Définition

TorchSharp.torch.nn.Module`2.forward(System.Collections.Generic.List{TorchSharp.torch.Tensor})
public override 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> -> System.Collections.Generic.List<TorchSharp.torch.Tensor>
Public Overrides Function forward (inputs As List(Of torch.Tensor)) As List(Of torch.Tensor)

Paramètres

inputs
List<TorchSharp.torch.Tensor>

Retours

List<TorchSharp.torch.Tensor>

S’applique à