Base:
7 references to forward
Microsoft.ML.TorchSharp (7)
AutoFormerV2\AutoFormerV2Block.cs (1)
138x = this.local_conv.forward(x);
AutoFormerV2\MBConv.cs (3)
52var x = this.conv1.forward(x0); 54x = this.conv2.forward(x); 56x = this.conv3.forward(x);
AutoFormerV2\PatchMerging.cs (3)
51x = this.conv1.forward(x); 53x = this.conv2.forward(x); 55x = this.conv3.forward(x);