1 write to Cache
Microsoft.ML.GenAI.Core (1)
Module\Attention.cs (1)
58this.Cache = cache;
3 references to Cache
Microsoft.ML.GenAI.LLaMA (1)
Module\LlamaDecoderLayer.cs (1)
152pastKeyValue: selfAttnOutput.Cache);
Microsoft.ML.GenAI.Mistral (1)
MistralDecoderLayer.cs (1)
146pastKeyValue: selfAttnOutput.Cache);
Microsoft.ML.GenAI.Phi (1)
Module\Phi3DecoderLayer.cs (1)
127var presentKeyValue = output.Cache;