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
Do not load constant_segment if only the placeholder exists (#5229)
Summary:
Pull Request resolved: #5229
1. If constant segment offsets only contains one value, it is the placeholder value for non-const tensors. This means the constant segment is empty, and does not need to be loaded. (T201034228)
2. Clean up before returning error in `prepare_input_tensors`. (T201165663)
Differential Revision: D62455987
0 commit comments