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
Summary:
In previous approach, faketensor shape propagation converted constant to fake tensor, which meant no data for visualization.
Now, value encoded as scalar arg in graph, and can compute output metadata without needing actual tensor data. If downstream op needs value, can trace back through graph and see it came from full(0) - preserved in graph structure, not in tensor data.
Reviewed By: skrtskrtfb
Differential Revision: D90275311
0 commit comments