1 write to Operations
Microsoft.ML.TorchSharp (1)
NasBert\Modules\TransformerCell.cs (1)
56
Operations
= new ModuleList<Layer>(operations);
3 references to Operations
Microsoft.ML.TorchSharp (3)
NasBert\Modules\TransformerCell.cs (3)
65
return (
Operations
[arch] as Layer)!.forward(x, new Dictionary<string, object>
74
foreach (var operation in
Operations
)
87
Operations
.Dispose();