-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
This issue is used to collect most of our ideas or proposals to improve the memory management scheme present in the current TF Java client.
Actually, TF Java mostly relies on the try-with-resources approach to release native resources, particularly in graph execution mode.
Eager execution mode releases all resources allocated within a EagerSession when this one is closed, and is also listening to objects discarded by the garbage collector at runtime to free their native counterpart as well while the session is valid.
Can we do better?
Metadata
Metadata
Assignees
Labels
No labels