1 write to mlp
Microsoft.ML.TorchSharp (1)
AutoFormerV2\AutoFormerV2Block.cs (1)
61
this.
mlp
= new MLP(inFeatures: inChannels, hiddenFeatures: mlpHiddenChannels, dropRatio: dropRatio);
2 references to mlp
Microsoft.ML.TorchSharp (2)
AutoFormerV2\AutoFormerV2Block.cs (2)
140
x = x + this.
mlp
.forward(x);
194
mlp
.Dispose();