5 references to _disposeScope
Microsoft.ML.GenAI.Core (5)
Utility\Cache.cs (5)
41var newKey = torch.cat([oldKey, key], -2).MoveToOtherDisposeScope(this._disposeScope); 42var newValue = torch.cat([oldValue, value], -2).MoveToOtherDisposeScope(this._disposeScope); 51this.Add(layerIndex, (key.MoveToOtherDisposeScope(this._disposeScope), value.MoveToOtherDisposeScope(this._disposeScope))); 87this._disposeScope.Dispose();