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