1 write to retina_reg
Microsoft.ML.TorchSharp (1)
AutoFormerV2\RetinaHead.cs (1)
59
this.
retina_reg
= Conv2d(featChannels, numBasePriors * 4, 3, padding: 1);
2 references to retina_reg
Microsoft.ML.TorchSharp (2)
AutoFormerV2\RetinaHead.cs (2)
93
regOutput = this.
retina_reg
.forward(regOutput);
114
retina_reg
.Dispose();