Share via


FPN(List<Int32>, Int32, Int32) Constructor

Definition

Initializes a new instance of the FPN class.

public FPN (System.Collections.Generic.List<int> inChannels = default, int outChannel = 256, int numOuts = 5);
new Microsoft.ML.TorchSharp.AutoFormerV2.FPN : System.Collections.Generic.List<int> * int * int -> Microsoft.ML.TorchSharp.AutoFormerV2.FPN
Public Sub New (Optional inChannels As List(Of Integer) = Nothing, Optional outChannel As Integer = 256, Optional numOuts As Integer = 5)

Parameters

inChannels
List<Int32>

The input channels.

outChannel
Int32

The output channels.

numOuts
Int32

The number of output tensors.

Applies to