1 write to gelu
Microsoft.ML.TorchSharp (1)
Roberta\Modules\Intermediate.cs (1)
21
gelu
= torch.nn.GELU();
2 references to gelu
Microsoft.ML.TorchSharp (2)
Roberta\Modules\Intermediate.cs (2)
29
t =
gelu
.forward(t);
40
gelu
.Dispose();