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