1 reference to EmptyIncrementalState
Microsoft.ML.TorchSharp (1)
NasBert\Modules\IncrementalState.cs (1)
71return incrementalState?.ContainsKey(fullKey) == true ? incrementalState[fullKey] : EmptyIncrementalState;