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