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