1 write to drop
Microsoft.ML.TorchSharp (1)
AutoFormerV2\Mlp.cs (1)
43
this.
drop
= nn.Dropout(dropRatio);
3 references to drop
Microsoft.ML.TorchSharp (3)
AutoFormerV2\Mlp.cs (3)
55
x = this.
drop
.forward(x);
57
x = this.
drop
.forward(x);
73
drop
.Dispose();