2 writes to _cache
Microsoft.ML.GenAI.Mistral (2)
MistralModel.cs (2)
41this._cache = new DynamicKVCache(); 56this._cache = input.OverrideCache;
2 references to _cache
Microsoft.ML.GenAI.Mistral (2)
MistralModel.cs (2)
129pastKeyValue: this._cache, 146return new CausalLMModelOutput(lastHiddenState: hiddenStates, allHiddenStates: allHiddenStates.ToArray(), attentions: allAttentions.ToArray(), cache: this._cache);