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