Method Dispose
Dispose()
Stops any tracked execution coroutines and releases resources still owned by this handle.
public void Dispose()
Remarks
Call this after you have removed any outputs you want to keep from data. Disposing the handle without extracting outputs first will also dispose those pooled graph results.