Base:
2 references to forward
Microsoft.ML.TorchSharp (2)
AutoFormerV2\BasicLayer.cs (1)
111(x, nH, nW) = this.downsample.forward(x, h, w);
AutoFormerV2\ConvLayer.cs (1)
54var (xTmp, nH, nW) = this.downsample.forward(x, h, w);