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