Implemented interface member:
method
GetIncrementalState
Microsoft.ML.TorchSharp.NasBert.Modules.IIncrementalState.GetIncrementalState(TorchSharp.torch.nn.Module, System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.Dictionary<System.String, TorchSharp.torch.Tensor>>, System.String)
1 reference to GetIncrementalState
Microsoft.ML.TorchSharp (1)
NasBert\Modules\MultiHeadAttention.cs (1)
316return GetIncrementalState(this, incrementalState, AttentionStateKey) ?? new Dictionary<string, torch.Tensor>();