1 write to neck
Microsoft.ML.TorchSharp (1)
AutoFormerV2\AutoformerV2.cs (1)
43
this.
neck
= new FPN(inChannels: new List<int>() { embedChannels[1], embedChannels[2], embedChannels[3] });
2 references to neck
Microsoft.ML.TorchSharp (2)
AutoFormerV2\AutoformerV2.cs (2)
81
var fpnOutput = this.
neck
.forward(xList);
146
neck
.Dispose();