1 write to reg_convs
Microsoft.ML.TorchSharp (1)
AutoFormerV2\RetinaHead.cs (1)
50this.reg_convs = new ModuleList<Module<Tensor, Tensor>>();
4 references to reg_convs
Microsoft.ML.TorchSharp (4)
AutoFormerV2\RetinaHead.cs (4)
55this.reg_convs.Add(new ConvModule(chn, featChannels, 3, stride: 1, padding: 1, useRelu: true)); 88for (int j = 0; j < this.reg_convs.Count; j++) 90regOutput = this.reg_convs[j].forward(regOutput); 112reg_convs.Dispose();