Have the SavedModel loader use Session's Make/Run/ReleaseCallable() API...
Have the SavedModel loader use Session's Make/Run/ReleaseCallable() API instead of Run(), to avoid leaving behind non-GC'ed state after model initialization. PiperOrigin-RevId: 206266841
Loading
Please sign in to comment