2 implementations of IIncrementalState
Microsoft.ML.TorchSharp (2)
NasBert\Modules\IncrementalState.cs (1)
37public class IncrementalState : IIncrementalState
NasBert\Modules\MultiHeadAttention.cs (1)
17internal sealed class MultiHeadAttention : torch.nn.Module, IIncrementalState
1 reference to IIncrementalState
Microsoft.ML.TorchSharp (1)
NasBert\Modules\MultiHeadAttention.cs (1)
364private readonly IIncrementalState _incrementalState = new IncrementalState();