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