Aracılığıyla paylaş


FPN.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> 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)

Parameters

inputs
List<TorchSharp.torch.Tensor>

Returns

List<TorchSharp.torch.Tensor>

Applies to