1 write to cls_convs
Microsoft.ML.TorchSharp (1)
AutoFormerV2\RetinaHead.cs (1)
49
this.
cls_convs
= new ModuleList<Module<Tensor, Tensor>>();
4 references to cls_convs
Microsoft.ML.TorchSharp (4)
AutoFormerV2\RetinaHead.cs (4)
54
this.
cls_convs
.Add(new ConvModule(chn, featChannels, 3, stride: 1, padding: 1, useRelu: true));
74
for (int j = 0; j < this.
cls_convs
.Count; j++)
76
clsOutput = this.
cls_convs
[j].forward(clsOutput);
111
cls_convs
.Dispose();