1 write to bn
Microsoft.ML.TorchSharp (1)
AutoFormerV2\Conv2dBN.cs (1)
37
this.
bn
= nn.BatchNorm2d(outChannels);
2 references to bn
Microsoft.ML.TorchSharp (2)
AutoFormerV2\Conv2dBN.cs (2)
47
var x2 = this.
bn
.forward(x1);
60
bn
.Dispose();