1 write to conv1
Microsoft.ML.TorchSharp (1)
AutoFormerV2\PatchMerging.cs (1)
34
this.
conv1
= new Conv2dBN(inChannels, outChannels, 1, 1, 0);
2 references to conv1
Microsoft.ML.TorchSharp (2)
AutoFormerV2\PatchMerging.cs (2)
51
x = this.
conv1
.forward(x);
72
conv1
.Dispose();