FPN.forward(List<torch.Tensor>) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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)
Parâmetros
- inputs
- List<TorchSharp.torch.Tensor>
Retornos
List<TorchSharp.torch.Tensor>