1 instantiation of MLP
Microsoft.ML.TorchSharp (1)
AutoFormerV2\AutoFormerV2Block.cs (1)
61this.mlp = new MLP(inFeatures: inChannels, hiddenFeatures: mlpHiddenChannels, dropRatio: dropRatio);
3 references to MLP
Microsoft.ML.TorchSharp (3)
AutoFormerV2\AutoFormerV2Block.cs (1)
23private readonly MLP mlp;
AutoFormerV2\Mlp.cs (2)
28/// Initializes a new instance of the <see cref="MLP"/> class. 35: base(nameof(MLP))