1 instantiation of FPN
Microsoft.ML.TorchSharp (1)
AutoFormerV2\AutoformerV2.cs (1)
43this.neck = new FPN(inChannels: new List<int>() { embedChannels[1], embedChannels[2], embedChannels[3] });
3 references to FPN
Microsoft.ML.TorchSharp (3)
AutoFormerV2\AutoformerV2.cs (1)
23private readonly FPN neck;
AutoFormerV2\FPN.cs (2)
27/// Initializes a new instance of the <see cref="FPN"/> class. 33: base(nameof(FPN))