syft.core.pointer.garbage_collection.gc_strategy¶
The strategy that all GC Heuristics should implement.
Classes
|
The Strategy that all GC Heuristics should inherit. |
- class syft.core.pointer.garbage_collection.gc_strategy.GCStrategy(*args, **kwargs)[source]¶
Bases:
abc.ABC
The Strategy that all GC Heuristics should inherit.