1 write to lateral_convs
Microsoft.ML.TorchSharp (1)
AutoFormerV2\FPN.cs (1)
39
this.
lateral_convs
= new ModuleList<Module<Tensor, Tensor>>();
4 references to lateral_convs
Microsoft.ML.TorchSharp (4)
AutoFormerV2\FPN.cs (4)
43
this.
lateral_convs
.Add(new ConvModule(inChannels[i], outChannel, 1, useRelu: false));
70
int usedBackboneLevels = this.
lateral_convs
.Count;
74
laterals.Add(this.
lateral_convs
[i].forward(inputs[i]));
111
lateral_convs
.Dispose();