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