1 instantiation of FPN
Microsoft.ML.TorchSharp (1)
AutoFormerV2\AutoformerV2.cs (1)
43
this.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)
23
private readonly
FPN
neck;
AutoFormerV2\FPN.cs (2)
27
/// Initializes a new instance of the <see cref="
FPN
"/> class.
33
: base(nameof(
FPN
))