FPN.forward(List<torch.Tensor>) メソッド

定義

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)

パラメーター

inputs
List<TorchSharp.torch.Tensor>

返品

List<TorchSharp.torch.Tensor>

適用対象