You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation in raw_ops.h would leak TFE_Op (variable op) if TFE_OpAddInput or TFE_Execute failed and status_check() threw. One possible solution is to wrap TFE_Op with unique_ptr.
The current implementation in
raw_ops.hwould leakTFE_Op(variableop) ifTFE_OpAddInputorTFE_Executefailed andstatus_check()threw. One possible solution is to wrapTFE_Opwithunique_ptr.